Returns true on updating atKey with value for current @sign.
true
atKey
value
Future<bool> put(AtKey atKey, dynamic value) async { return _getAtClientForAtsign().put(atKey, value); }