Future<String> getToken() async { SharedPreferences sp = await SharedPreferences.getInstance(); return sp.getString('token') ?? ''; }