init method

Future<void> init(
  1. String dbName
)

Initialize the database

Implementation

Future<void> init(String dbName) {
  throw UnimplementedError('init() has not been implemented.');
}