userPKey property

String get userPKey

Implementation

String get userPKey => _userPKey;
set userPKey (String value)

Sets the user's public key and notifies listeners of the change.

Implementation

set userPKey(String value) {
  _userPKey = value;
  notifyListeners();
}