getToken static method

String? getToken()

Implementation

static String? getToken() {
  return prefs.getString('token');
}