menu
log_wrapper package
documentation
log/custom_output.dart
CustomOutput
destroy method
destroy method
dark_mode
light_mode
destroy
method
@
override
Future
<
void
>
destroy
(
)
Implementation
@override Future<void> destroy() async { await _sink?.flush(); await _sink?.close(); }
log_wrapper package
documentation
log/custom_output
CustomOutput
destroy method
CustomOutput class