isReady method

Future<bool>? isReady()

Implementation

Future<bool>? isReady() {
  return null;
}