handleMethod method

Future<void> handleMethod(
  1. MethodCall call
)

Implementation

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