stopRewardedAutoReload method
Disables automatic reloading of rewarded ad placement.
Implementation
Future<void> stopRewardedAutoReload() async {
try {
await AatkitFlutterPluginPlatform.instance.stopRewardedAutoReload();
} on PlatformException catch (e) {
log("PlatformException, error: $e");
}
}