updateKeyshare abstract method
Updates a keyshare in the storage for unique id.
Implementation
Future<void> updateKeyshare(String id, T newKeyshare);
Updates a keyshare in the storage for unique id.
Future<void> updateKeyshare(String id, T newKeyshare);