getLoginId method

String getLoginId()

Implementation

String getLoginId() {
  final id = _prefs.getString(_keyLoginId) ?? '';
  return id;
}