receiveFromNative method
Implementation
void receiveFromNative(Future<dynamic> Function(MethodCall call)? handler) {
throw UnimplementedError('exit() has not been implemented.');
}
void receiveFromNative(Future<dynamic> Function(MethodCall call)? handler) {
throw UnimplementedError('exit() has not been implemented.');
}