delete method

Future<void> delete(
  1. SecretKey key
)

Implementation

Future<void> delete(SecretKey key) async => deleteMany([key]);