boot method

  1. @override
Future<bool?> boot(
  1. Map<String, dynamic> config
)
override

Implementation

@override
Future<bool?> boot(config) {
  return methodChannel.invokeMethod('boot', config);
}