show method

Future<bool?> show()

Implementation

Future<bool?> show() {
  return Ads.instance.channelReward.invokeMethod("showRewardAd", <String, dynamic>{'id': id});
}