Skip to content

Commit

Permalink
Improved docs for UpgraderMessages class
Browse files Browse the repository at this point in the history
  • Loading branch information
amarell authored Jun 9, 2024
1 parent 1d88113 commit 54d17dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/upgrade_messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ enum UpgraderMessage {
/// String get buttonTitleIgnore => 'My Ignore';
/// }
///
/// UpgradeAlert(upgrader: Upgrader(messages: MyUpgraderMessages());
/// final upgrader = Upgrader(messages: MyUpgraderMessages());
/// ...
/// UpgradeAlert(upgrader: upgrader);
/// ```
///
class UpgraderMessages {
Expand Down

0 comments on commit 54d17dd

Please sign in to comment.