menu
network_api_sdk
network_api_sdk.dart
TokenStore
read abstract method
read
dark_mode
light_mode
read
abstract method
Future
<
TokenPair
?
>
read
(
)
Loads the last saved token pair, or
null
if none exists.
Implementation
Future<TokenPair?> read();
network_api_sdk
network_api_sdk
TokenStore
read abstract method
TokenStore class