VapController class

Constructors

VapController({required int viewId, void onEvent(dynamic event, dynamic arguments)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onEvent → void Function(dynamic event, dynamic arguments)?
final
playCompleter Completer<void>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewId int
final

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
play({required String source, required String playMethod, required String playArg, List<FetchResourceModel> fetchResources = const []}) Future<void>
playAsset(String asset, {List<FetchResourceModel> fetchResources = const []}) Future<void>
playPath(String path, {List<FetchResourceModel> fetchResources = const []}) Future<void>
setFetchResources(List<FetchResourceModel> resources) Future
stop() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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