RewardedAdClaimed method
Implementation
@override
Future<void> RewardedAdClaimed() async {
try {
await methodChannel.invokeMethod('RewardedAdClaimed');
} on PlatformException catch (e) {
print("Failed to call RewardedAdClaimed: ${e.message}");
}
}