menu
solana_mobile_common package
documentation
web_socket/web_socket_manager_lookup.dart
WebSocketManagerLookup<K extends MultiKey, V>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Remove all entries in the lookup table.
Implementation
void clear() => _table.clear();
solana_mobile_common package
documentation
web_socket/web_socket_manager_lookup
WebSocketManagerLookup<K extends MultiKey, V>
clear method
WebSocketManagerLookup class