description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Shorebird Code Push is a tool that allows you to update your Flutter app instantly over the air, without going through the store update process.';