showOfferwall static method

Future showOfferwall()

Implementation

static Future<dynamic> showOfferwall() async {
  await _channel.invokeMethod('showOfferwall');
}