didPush method
Called when the current route has been pushed.
Implementation
@override
void didPush() {
SecureAppSwitcher.on(iosStyle: widget.style);
super.didPush();
}
Called when the current route has been pushed.
@override
void didPush() {
SecureAppSwitcher.on(iosStyle: widget.style);
super.didPush();
}