oneOfManyResultCallBack method
Implementation
void oneOfManyResultCallBack(List<OneOfManyResult> result) {
if (callback != null) {
callback!.oneOfManyResult(result);
}
}
void oneOfManyResultCallBack(List<OneOfManyResult> result) {
if (callback != null) {
callback!.oneOfManyResult(result);
}
}