insert<KeyType> abstract method

Future<KeyType> insert<KeyType>(
  1. Table<KeyType> table,
  2. Map<String, Object?> values, {
  3. ConflictAlgorithm conflictAlgorithm = ConflictAlgorithm.abort,
})

Implementation

Future<KeyType> insert<KeyType>(Table<KeyType> table, Map<String, Object?> values, {ConflictAlgorithm conflictAlgorithm = ConflictAlgorithm.abort});