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