deleteAll static method

Future<bool> deleteAll()

Implementation

static Future<bool> deleteAll() async =>
    (await Database.deleteAll(tableName) == null);