init method
Opens the SQLite database and prepares this queue table.
Implementation
Future<void> init() async {
_database = await DatabaseService.init(tableName);
}
Opens the SQLite database and prepares this queue table.
Future<void> init() async {
_database = await DatabaseService.init(tableName);
}