MethodInvocationFunc typedef

MethodInvocationFunc = void Function(List<Object?>? arguments)

Implementation

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