dropTableIfExists method
Implementation
@Deprecated('Use drop() instead')
Future<void> dropTableIfExists(String tableName) async {
await drop(tableName);
}
@Deprecated('Use drop() instead')
Future<void> dropTableIfExists(String tableName) async {
await drop(tableName);
}