PackageUseCaseInvoker<T> typedef
Invokes a resolved usecase with the tool's arguments.
Implementation
typedef PackageUseCaseInvoker<T> =
Future<Object?> Function(T usecase, Map<String, dynamic> arguments);
Invokes a resolved usecase with the tool's arguments.
typedef PackageUseCaseInvoker<T> =
Future<Object?> Function(T usecase, Map<String, dynamic> arguments);