onReceivedFromNative method
Implementation
@override
Future<void> onReceivedFromNative(MethodCall call) async {
if (call.method == CancelCaptureConstants.onResult) {
_onResult();
}
}
@override
Future<void> onReceivedFromNative(MethodCall call) async {
if (call.method == CancelCaptureConstants.onResult) {
_onResult();
}
}