menu
console_plus package
documentation
console_plus_web.dart
ConsolePlusWeb
registerWith static method
registerWith static method
dark_mode
light_mode
registerWith
static method
void
registerWith
(
Registrar
registrar
)
Implementation
static void registerWith(Registrar registrar) { DebugLogConsole.customLog = _logToWeb; }
console_plus package
documentation
console_plus_web
ConsolePlusWeb
registerWith static method
ConsolePlusWeb class