getToken
Future<String> getToken() async { prefs = await LocalStorage.getInstance(); return prefs.getString(AppConstants.API_TOKEN) ; }