showMyChaPingAd method

  1. @override
Future<String?> showMyChaPingAd()
override

Implementation

@override
Future<String?> showMyChaPingAd() async{
  final result = (await methodChannel.invokeMethod<String>('showMyChaPingAd'));
  return result;
}