Rokeet class

Constructors

Rokeet()

Properties

actionPerformerRegistry → Registry<RActionPerformer<RAction>>
final
api RokeetApi
getter/setter pair
baseUrl String
getter/setter pair
config RokeetConfig
no setter
currentContext BuildContext
no setter
currentState RState<AbstractRokeetPage, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
httpClient HttpClient
getter/setter pair
isLoading bool
no setter
pageCreatorRegistry → Registry<RPageCreator<AbstractRokeetPage, dynamic>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage → Storage
no setter
widgetBuilderRegistry → Registry<RWidgetBuilder<RWidget>>
final

Methods

buildWidget(RWidget widget) Widget?
getPageCreator(String key) RPageCreator<AbstractRokeetPage, dynamic>
getStep(String id) Future<RStep?>
init(RState<AbstractRokeetPage, dynamic> initState, BuildContext context) Future<AppConfig?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performAction(RAction action) → void
popContext() → void
popState() → void
pushContext(BuildContext context) → void
pushState(RState<AbstractRokeetPage, dynamic> state) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

builder() → _RokeetBuilder