WalfDatabase constructor

WalfDatabase(
  1. String databaseName,
  2. {required String password}
)

Get database name

Implementation

WalfDatabase(this.databaseName, {required this.password});