PrintFunctionCallback typedef

PrintFunctionCallback = void Function(String prefix, Object? value, String info, {bool? isError})

Implementation

typedef PrintFunctionCallback =
    void Function(String prefix, Object? value, String info, {bool? isError});