flutterToNativeModule method

Future<bool?> flutterToNativeModule(
  1. FAAChannelTypes type, [
  2. dynamic data
])

Implementation

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