showSurveysOfferwall method

  1. @override
Future<void> showSurveysOfferwall()
override

Implementation

@override
Future<void> showSurveysOfferwall()async{
  await methodChannel.invokeMethod<bool>("showSurveysOfferwall");
}