buildAdapter method

FutureOr<A> buildAdapter()

Implementation

FutureOr<A> buildAdapter() => DBAdapter.fromConfig(
      adapterConfig,
      parentRepositoryProvider: this,
      workingPath: workingPath,
    );