menu
ndk package
documentation
shared/logger/ndk_logger.dart
NdkLogger
removeOutput method
removeOutput method
dark_mode
light_mode
removeOutput
method
void
removeOutput
(
LogOutput
output
)
Remove an output from the logger
Implementation
void removeOutput(LogOutput output) { _outputs.remove(output); }
ndk package
documentation
shared/logger/ndk_logger
NdkLogger
removeOutput method
NdkLogger class