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