openConnectionAttempt method
Implementation
Database openConnectionAttempt(SqliteOpenOptions options) {
return super.openNativeConnection(options);
}
Database openConnectionAttempt(SqliteOpenOptions options) {
return super.openNativeConnection(options);
}