drift/moor/lib/isolate.dart

6 lines
174 B
Dart
Raw Normal View History

/// Contains utils to run moor databases in a background isolate. This API is
/// not supported on the web.
library isolate;
export 'src/runtime/isolate/moor_isolate.dart';