ImplementingCallbackDefinition typedef

ImplementingCallbackDefinition = void Function<T>(ImplementingCallback<T> )

Helper to help define/add implementing callback.

Implementation

typedef ImplementingCallbackDefinition = void Function<T>(
  ImplementingCallback<T>,
);