isReady method

Future<bool> isReady()

广告是否准备就绪

Implementation

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