ScopedDriftProvider.from constructor

ScopedDriftProvider.from(
  1. ScopedDatabase? db
)

Constructs a ScopedDriftProvider with the provided db.

Implementation

ScopedDriftProvider.from(this.db);