MethodInvocationFunc typedef

MethodInvocationFunc = void Function(List? arguments)

Implementation

typedef MethodInvocationFunc = void Function(List<dynamic>? arguments);