setIdAutoIncrement(int value, { required String tableNameKey } ) async { sharedPref.setInt("IdAuto$tableNameKey", value); }