menu
flutter_network_inspector package
documentation
client/fni.dart
FNI
setEnableLogging static method
setEnableLogging static method
dark_mode
light_mode
setEnableLogging
static method
dynamic
setEnableLogging
(
bool
enable
)
Toggles logging for the client.
Implementation
static setEnableLogging(bool enable) => logEnabled = enable;
flutter_network_inspector package
documentation
client/fni
FNI
setEnableLogging static method
FNI class