Skip to content

Commit

Permalink
Merge pull request #402 from amarell/master
Browse files Browse the repository at this point in the history
Updated documentation for UpgraderMessages
  • Loading branch information
larryaasen authored Jun 9, 2024
2 parents fff0a2d + 54d17dd commit fa02d08
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(messages: MyUpgraderMessages());
/// final upgrader = Upgrader(messages: MyUpgraderMessages());
/// ...
/// UpgradeAlert(upgrader: upgrader);
/// ```
///
class UpgraderMessages {
Expand Down

0 comments on commit fa02d08

Please sign in to comment.