DebugLogCallback typedef

DebugLogCallback = void Function(Object? message, {bool? forceLog, String? tag})

Implementation

typedef DebugLogCallback = void Function(Object? message, {String? tag, bool? forceLog});