LogWriterCallback typedef

LogWriterCallback = void Function(String text, {bool isError})

A typedef representing a callback function for writing logs, typically used in the context of Refreshed.

Implementation

typedef LogWriterCallback = void Function(String text, {bool isError});