isReady method

Future<bool> isReady()

Implementation

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