Future<int> getIdAutoIncrement( { required String tableNameKey } ) async { sharedPref = await _sharedPreferences; return sharedPref.getInt("IdAuto$tableNameKey") ?? 0; }