deleteKey method

Future<void> deleteKey(
  1. CatalogRow row
)

Implementation

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