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