additionalConnection abstract method

Future<SqliteWebEndpoint> additionalConnection()

Creates a MessagePort (a transferrable object that can be sent to another JavaScript context like a worker) that can be used with WebSqlite.connectToPort to open another instance of this database remotely.

Implementation

Future<SqliteWebEndpoint> additionalConnection();