drift/moor_ffi/lib/open_helper.dart

8 lines
176 B
Dart
Raw Normal View History

/// Utils to open a [DynamicLibrary] on platforms that aren't supported by
/// `moor_ffi` by default.
library open_helper;
import 'dart:ffi';
export 'src/load_library.dart';