PatchbayInvocationSource typedef

PatchbayInvocationSource = Future<Map<String, Object?>> Function(String command, Map<String, Object?> arguments, String requestId)

Implementation

typedef PatchbayInvocationSource =
    Future<Map<String, Object?>> Function(
      String command,
      Map<String, Object?> arguments,
      String requestId,
    );