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