menu
vivanta_connect_flutter package
documentation
services/preferences.dart
Preferences
getCustomerId method
getCustomerId method
dark_mode
light_mode
getCustomerId
method
Future
<
String
>
getCustomerId
(
)
Implementation
Future<String> getCustomerId() async { return await storage.read(key: _customerId) ?? ''; }
vivanta_connect_flutter package
documentation
services/preferences
Preferences
getCustomerId method
Preferences class