isBooted method

  1. @override
Future<bool?> isBooted()
override

Implementation

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