Future<void> setRefUserId(String data) async { await SessionManagerMethods.setString(refUserId, data); }