clearBatch method
Implementation
bool clearBatch() {
try {
this.batch = {};
return true;
} on Exception catch (e) {
print(e);
return false;
}
}
bool clearBatch() {
try {
this.batch = {};
return true;
} on Exception catch (e) {
print(e);
return false;
}
}