TypeChannelHandler<T extends Object> mixin
Handles receiving messages and retrieving type arguments for a type channel.
- Mixin applications
-
- $CaptureConnectionHandler
- $CaptureDeviceDiscoverySessionHandler
- $CaptureDeviceHandler
- $CaptureDeviceInputHandler
- $CaptureFileOutputHandler
- $CaptureFileOutputRecordingDelegateHandler
- $CaptureInputHandler
- $CaptureInputPortHandler
- $CaptureMovieFileOutputHandler
- $CaptureOutputHandler
- $CapturePhotoCaptureDelegateHandler
- $CapturePhotoHandler
- $CapturePhotoOutputHandler
- $CapturePhotoSettingsHandler
- $CaptureSessionHandler
- $FinishProcessingPhotoCallbackHandler
- $PreviewControllerHandler
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
-
createInstance(
TypeChannelMessenger messenger, List< Object?> arguments) → T -
Instantiates a new object with
arguments
. -
invokeMethod(
TypeChannelMessenger messenger, T instance, String methodName, List< Object?> arguments) → Object? -
Invoke a method on
instance
for a type channel. -
invokeStaticMethod(
TypeChannelMessenger messenger, String methodName, List< Object?> arguments) → Object? - Invoke a static method for a type channel.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited