gotoWhyThisAdPage method

Future<bool?> gotoWhyThisAdPage()

Implementation

Future<bool?> gotoWhyThisAdPage() async {
  return await _channel.invokeMethod('gotoWhyThisAdPage');
}