getUserID static method

int? getUserID()

Implementation

static int? getUserID() {
  int? userID = prefs.getInt('userID');
  return userID;
}