preLoad method
void
preLoad()
Implementation
void preLoad() async {
if (await isReady == true) {
print("AdRewarded '" + adUnitId + "' is ready to show.");
return;
}
await _channel.invokeMethod('preLoad', _channelID);
}