Skip to content

Commit

Permalink
Remove $controller
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Nov 19, 2023
1 parent 52e09e4 commit e9b26da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/controller/delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ final class OctopusDelegate extends RouterDelegate<OctopusState>
/// Routes hash table.
final Map<String, OctopusRoute> _routes;

@internal
set $controller(Octopus controller) => _controller = controller;

/// WidgetApp's navigator.
NavigatorState? get navigator => _modalObserver.navigator;
final NavigatorObserver _modalObserver = RouteObserver<ModalRoute<Object?>>();
Expand Down

0 comments on commit e9b26da

Please sign in to comment.