oneOfManyResultCallBack method
one of many result is obtained here
Implementation
void oneOfManyResultCallBack(List<OneOfManyResult> result) {
if (callback != null) {
callback!.oneOfManyResult(result);
}
}
one of many result is obtained here
void oneOfManyResultCallBack(List<OneOfManyResult> result) {
if (callback != null) {
callback!.oneOfManyResult(result);
}
}