deleteKey method
Implementation
Future<void> deleteKey(CatalogRow row) async {
await drafts.deleteKey(row);
await activity.showKey(selection.selectedKey);
}
Future<void> deleteKey(CatalogRow row) async {
await drafts.deleteKey(row);
await activity.showKey(selection.selectedKey);
}