startOfferWall method

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

Implementation

@override
Future<void> startOfferWall() async {
  try {
    return await methodChannel.invokeMethod("startOfferWall");
  } on PlatformException catch (e) {
    throw Exception(e.message);
  }
}