@override Future<bool?> loadAd(String codeID, String method) async{ return await methodChannel.invokeMethod(method,{"eventId":method,"codeId":codeID}); }