menu
instrument_base_model package
documentation
stream/stream_build_util.dart
StreamBuildUtil
onDisposeKey method
onDisposeKey method
dark_mode
light_mode
onDisposeKey
method
void
onDisposeKey
(
String
?
key
)
Implementation
void onDisposeKey(String? key) { if (dataBus.isNotEmpty) { dataBus.remove(key); } }
instrument_base_model package
documentation
stream/stream_build_util
StreamBuildUtil
onDisposeKey method
StreamBuildUtil class