menu
shsp_implementations package
documentation
utility/callback_map.dart
CallbackMap<T>
get method
get method
dark_mode
light_mode
get
method
Callback
<
T
>
?
get
(
String
key
)
Get a callback by key
Implementation
Callback<T>? get(String key) { return _map[key]; }
shsp_implementations package
documentation
utility/callback_map
CallbackMap<T>
get method
CallbackMap class