description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description => '''Set a password.

Setting a platform-managed password will override the existing password.
The original password will not be lost and can be activated again by unsetting the password.
''';