isBooted method

Future<bool?> isBooted()

Implementation

Future<bool?> isBooted() {
  throw UnimplementedError('isBooted() has not been implemented.');
}