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