isReady property

Future<bool> isReady

Implementation

static Future<bool> get isReady async {
  return await _channel.invokeMethod('isReady');
}