flutterToNativeModule method
Implementation
Future<bool?> flutterToNativeModule(
FAAChannelTypes type, [
dynamic data,
]) async {
return FlutterAndroidAutoController.flutterToNativeModuleStatic(type, data);
}
Future<bool?> flutterToNativeModule(
FAAChannelTypes type, [
dynamic data,
]) async {
return FlutterAndroidAutoController.flutterToNativeModuleStatic(type, data);
}