menu
darkstorm_common package
documentation
backend/backend.dart
DarkstormBackend
getID method
getID method
dark_mode
light_mode
getID
method
Future
<
String
?
>
getID
(
)
Implementation
Future<String?> getID() async { return await _securePrefs.read(key: "darkstorm_count_id"); }
darkstorm_common package
documentation
backend/backend
DarkstormBackend
getID method
DarkstormBackend class