InvocationEventCallback typedef

InvocationEventCallback = void Function(HubMessageBase? invocationEvent, Exception? error)

Implementation

typedef InvocationEventCallback = void Function(
    HubMessageBase? invocationEvent, Exception? error);