PatchbayCommandFailureHandler typedef

PatchbayCommandFailureHandler = Map<String, Object?> Function(Object failure, Map<String, Object?> arguments, String requestId, PatchbayCommandDescriptor descriptor)

Implementation

typedef PatchbayCommandFailureHandler =
    Map<String, Object?> Function(
      Object failure,
      Map<String, Object?> arguments,
      String requestId,
      PatchbayCommandDescriptor descriptor,
    );