LazyDatabase constructor Null safety
- DatabaseOpener opener
Declares a LazyDatabase that will run opener when the database is first requested to be opened.
Implementation
LazyDatabase(this.opener);
Declares a LazyDatabase that will run opener when the database is first requested to be opened.
LazyDatabase(this.opener);