enc channel menu impromvents

mostly code improvements
This commit is contained in:
Vishal
2022-11-29 19:32:28 +05:30
parent 7c065f18e5
commit c1a6901e0b
5 changed files with 42 additions and 41 deletions

View File

@@ -16,11 +16,6 @@ class HistogramEntry {
}
}
bool nonEnglish(String str) {
bool result = false;
return result;
}
bool isNumeric(String s) {
return double.tryParse(s) != null;
}