$CaptureDeviceHandler class
- Implemented types
-
- Implementers
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
-
$create$(TypeChannelMessenger messenger, String uniqueId, int position, bool isSmoothAutoFocusSupported, bool hasFlash, bool hasTorch, double maxAvailableTorchLevel)
→ $CaptureDevice
-
-
createInstance(TypeChannelMessenger messenger, List<Object?> arguments)
→ $CaptureDevice
-
Instantiates a new object with
arguments
.
override
-
invokeMethod(TypeChannelMessenger messenger, $CaptureDevice instance, String methodName, List<Object?> arguments)
→ Object?
-
Invoke a method on
instance
for a type channel.
override
-
invokeStaticMethod(TypeChannelMessenger messenger, String methodName, List<Object?> arguments)
→ Object?
-
Invoke a static method for a type channel.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited