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