|
library app.globals;
|
|
|
|
import 'package:smoke_cess_app/services/database_service.dart';
|
|
|
|
DatabaseService databaseService = DatabaseService.instance;
|
|
|
|
// set this to read settings from local json file instead of scanning a qr code
|
|
bool useLocalConfig = false;
|