driftDatabase function

QueryExecutor driftDatabase({
  1. required String name,
  2. bool logsEnabled = false,
})

Implementation

QueryExecutor driftDatabase({
  required String name,
  bool logsEnabled = false,
}) {
  throw UnsupportedError(
      'driftDatabase() is not implemented on this platform because neither `dart:ffi` nor ``');
}