Future<void> setDeviceToken(String apiDeviceToken) async { await SessionManagerNew.setString(deviceToken, apiDeviceToken); }