deleteKeyshare abstract method

Future<void> deleteKeyshare(
  1. String id
)

Deletes a keyshare from the storage for unique id.

Implementation

Future<void> deleteKeyshare(String id);