getID method

Future<String?> getID()

Implementation

Future<String?> getID() async {
  return await _securePrefs.read(key: "darkstorm_count_id");
}