checkInitialized method

Future<bool?> checkInitialized()

Implementation

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