truncate method

Future<void> truncate()

Implementation

Future<void> truncate() => connection.execute(grammar.compileTruncate(table));