BeamerService class

Constructors

BeamerService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

getBeamerBackButtonDispatcher → BeamerBackButtonDispatcher
no setter
getBeamerParser → BeamerParser
no setter
routerDelegate → BeamerDelegate
final
routesEx Map<String, dynamic Function(BuildContext, BeamState, Object?)>?
getter/setter pair

Static Methods

beamPageEx({required Widget child, String? title, LocalKey? key, String? popToNamedEx, bool onPopPageEx(BuildContext, BeamerDelegate, RouteInformationSerializable, BeamPage)?}) → BeamPage
canBeamerPop(BuildContext context) bool
pop(BuildContext context) → void
push({required BuildContext context, required String route, Map<String, dynamic>? data, bool replaceRoute = false}) → void
setPathUrlStrategyEx() → void