SQLiteConnection constructor
SQLiteConnection({
- required String path,
Implementation
SQLiteConnection({required this.path}) {
_initLib();
}
SQLiteConnection({required this.path}) {
_initLib();
}