menu
shsp_implementations package
documentation
utility/message_callback_map_singleton.dart
MessageCallbackMapSingleton
destroy static method
destroy static method
dark_mode
light_mode
destroy
static method
void
destroy
(
)
Destroys the singleton instance
Implementation
static void destroy() { _instance = null; }
shsp_implementations package
documentation
utility/message_callback_map_singleton
MessageCallbackMapSingleton
destroy static method
MessageCallbackMapSingleton class