lastInsertRowId property

Future<int> get lastInsertRowId

The rowid for the last insert operation made on this database.

This calls CommonDatabase.lastInsertRowId in the worker.

Implementation

Future<int> get lastInsertRowId;