6 lines
152 B
Dart
6 lines
152 B
Dart
import 'package:drift/drift.dart';
|
|
|
|
LazyDatabase openConnection() {
|
|
throw UnsupportedError('This platform is not supported for FormulasDatabase');
|
|
}
|
|
|