LoomCliWriter typedef
LoomCliWriter =
void Function(String message)
Output callback used by the project CLI.
Implementation
typedef LoomCliWriter = void Function(String message);
Output callback used by the project CLI.
typedef LoomCliWriter = void Function(String message);