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