dump method

Future<void> dump(
  1. Type table
)

Implementation

Future<void> dump(Type table) async {
  await dumpTable(_tableNameOf(table));
}