dropTable abstract method

Future<void> dropTable(
  1. Drop st
)

Drops tables from database

Implementation

Future<void> dropTable(Drop st);