remove method

Future<void> remove()

移除广告

Implementation

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