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