Future<dynamic> saveOrThrow({bool ignoreBatch = true}) { final msg = 'saveOrThrow method requires a table which has an auto incremented primaryKey'; throw UnimplementedError(msg); }