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