Collection class

Class to contain all video devices

Constructors

Collection()

Properties

hashCode int
The hash code for this object.
no setterinherited
parent VideoController
Main parent isolate
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoServer VideoServer
VideoServer to send messages through
final

Methods

dispose() Future<void>
Stops all cameras and disconnects from the hardware.
init() Future<void>
Function to initialize cameras
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restart() Future<void>
Restarts the video program.
toString() String
A string representation of this object.
inherited

Operators

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