PrintFunctionCallback typedef Null safety
Implementation
typedef PrintFunctionCallback = void Function(
String prefix,
dynamic value,
String info, {
bool? isError,
});
typedef PrintFunctionCallback = void Function(
String prefix,
dynamic value,
String info, {
bool? isError,
});