handleMethod method
Implementation
Future<void> handleMethod(MethodCall call) async {
widget.listener!(AdColony.adColonyAdListener[call.method], call.arguments);
}
Future<void> handleMethod(MethodCall call) async {
widget.listener!(AdColony.adColonyAdListener[call.method], call.arguments);
}