openConnection abstract method

FutureOr<SqliteConnection> openConnection(
  1. SqliteOpenOptions options
)

Opens an asynchronous SqliteConnection

Implementation

FutureOr<SqliteConnection> openConnection(SqliteOpenOptions options);