clear static method
Implementation
static void clear(BrowseList list) {
list.service.clear();
//list.service.forEach((h) async {
//if (h.getHead() != null) h.getHead().rows = [];
//});
}
static void clear(BrowseList list) {
list.service.clear();
//list.service.forEach((h) async {
//if (h.getHead() != null) h.getHead().rows = [];
//});
}