isReady method

Future<bool> isReady()

是否准备好

Implementation

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