dropDb abstract method

Future<void> dropDb(
  1. DropDb st
)

Drops tables from database

Implementation

Future<void> dropDb(DropDb st);