getToken static method

String? getToken()

Implementation

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