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