FullScreenEngine class

Constructors

FullScreenEngine.new()
factory

Properties

currentAdIndex int
getter/setter pair
failCounter int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
MAX_RETRY int
getter/setter pair
onJobComplete ↔ dynamic Function()?
getter/setter pair
routeIndex Map
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenWiseModel ScreenWiseModel?
getter/setter pair
timer Timer?
getter/setter pair

Methods

indexIncrement({String? route, bool isDefault = false}) → dynamic
loopBreaker({int? retry}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showActionAds({required BuildContext context, required String actionName, required dynamic onJobComplete()}) Future<void>
showAds({required BuildContext context, String action = "default", required dynamic onJobComplete(), required dynamic onTimeOut()}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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