delete method

Future<bool> delete(
  1. AtKey atKey
)

Returns true on deleting atKey for current @sign.

Implementation

Future<bool> delete(AtKey atKey) async {
  return _getAtClientForAtsign().delete(atKey);
}