showAdvertiserInfoDialog method

Future<void> showAdvertiserInfoDialog()

Implementation

Future<void> showAdvertiserInfoDialog() async {
  return await _channel.invokeMethod(
    'showAdvertiserInfoDialog',
  );
}