delete method

Future<bool> delete()

Implementation

Future<bool> delete() async => (await Database().delete(tableName, key) == null);