reset abstract method

Future<void> reset(
  1. Map<String, Object?> options
)

Destroys the database described by options so database reset can rebuild it from scratch by re-running migrations.

Implementation

Future<void> reset(Map<String, Object?> options);