hint property

  1. @override
String? get hint
override

hint for command line

Implementation

@override
String? get hint =>
    'Run the Flutter app using flavor and .env as dart-defines. Usage: rgb run -d/-s/-u/-p [on <deviceId>]';