Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
busslina committed Sep 24, 2024
1 parent ba88023 commit 017eb2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package/lib/src/beam_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,7 @@ class BeamPageStateNotifier extends ValueListenable<BeamPageState>
/// Represents specific page related information.
///
/// Not represents state.
mixin class BeamPageInfo {
const BeamPageInfo();
}
mixin BeamPageInfo {}

/// Utility to inform the current [BeamPageInfo] of [BeamerDelegate].
class BeamPageInfoNotifier<T extends BeamPageInfo> extends ValueListenable<T?>
Expand Down

0 comments on commit 017eb2c

Please sign in to comment.