PatchbayContextInvocationSource typedef
PatchbayContextInvocationSource =
Future<Map<String, Object?> > Function(String command, Map<String, Object?> arguments, String requestId, PatchbayInvocationContext context)
Implementation
typedef PatchbayContextInvocationSource =
Future<Map<String, Object?>> Function(
String command,
Map<String, Object?> arguments,
String requestId,
PatchbayInvocationContext context,
);