SqfliteBackend constructor

SqfliteBackend({
  1. required String path,
})

Implementation

SqfliteBackend({
  required this.path,
});