show method

Future<void> show()

展示广告

Implementation

Future<void> show() async {
  await _channel.invokeMethod('show');
}