getUserID static method

String? getUserID()

Implementation

static String? getUserID() {
  return prefs.getString('userID');
}