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