setDatabasesPath method

Future setDatabasesPath(
  1. String? path
)

Compat set Databases path.

setDatabasesPath will be exported later (post 1.3.0)

Implementation

Future setDatabasesPath(String? path) async {
  await (this as SqfliteDatabaseFactoryMixin).setDatabasesPath(path);
}