App class

Annotations
  • @StackedApp(routes: [CustomRoute(page: HomeView, transitionsBuilder: CustomRouteTransition.slideTransition), CustomRoute(page: WalletView, transitionsBuilder: CustomRouteTransition.slideTransition), CustomRoute(page: BottomCustomView, transitionsBuilder: CustomRouteTransition.slideTransition), CustomRoute(page: CardView, transitionsBuilder: CustomRouteTransition.slideTransition), CustomRoute(page: UpiView, transitionsBuilder: CustomRouteTransition.slideTransition), CustomRoute(page: NetBankingView, transitionsBuilder: CustomRouteTransition.slideTransition), MaterialRoute(page: ProcessingPaymentView), MaterialRoute(page: SuccessPaymentView), MaterialRoute(page: SuccessPageView), MaterialRoute(page: FailedPaymentView)], dependencies: [LazySingleton(classType: BottomSheetService), LazySingleton(classType: DialogService), LazySingleton(classType: NavigationService), LazySingleton(classType: TimerService)], bottomsheets: [StackedBottomsheet(classType: NoticeSheet), StackedBottomsheet(classType: RegisterSheet), StackedBottomsheet(classType: MyDetailsSheet), StackedBottomsheet(classType: CancelPaymentSheet), StackedBottomsheet(classType: ReasonSheet), StackedBottomsheet(classType: ViewOfferSheet), StackedBottomsheet(classType: CVVDetailSheet), StackedBottomsheet(classType: UPIDetailSheet), StackedBottomsheet(classType: ProfileEditSheet), StackedBottomsheet(classType: ErrorCustomSheet)], dialogs: [StackedDialog(classType: InfoAlertDialog)])

Constructors

App()

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