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