PatchbayCommandGate<T> typedef

PatchbayCommandGate<T> = FutureOr<Map<String, Object?>?> Function(T request, String requestId)

Implementation

typedef PatchbayCommandGate<T> =
    FutureOr<Map<String, Object?>?> Function(T request, String requestId);