FlintAction class

Constructors

FlintAction.alert(String message, {FlintCallback? onComplete})
factory
FlintAction.api(String url, {Map<String, dynamic>? body, FlintCallback? onComplete})
factory
FlintAction.call(FlintCallback function, {Map<String, dynamic>? args})
factory
FlintAction.log(String message, {FlintCallback? onComplete})
factory
FlintAction.script(String js, {FlintCallback? onComplete})
factory
FlintAction.sequence(List<FlintAction> actions)
factory
FlintAction.setState(String key, dynamic value, {FlintCallback? onComplete})
factory
FlintAction.update(String selector, String value, {FlintCallback? onComplete})
factory

Properties

data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
onComplete FlintCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

execute() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJs() String
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
triggerCallback([Map<String, dynamic>? event]) → void

Operators

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