PlatformObjectChannel class

Constructors

PlatformObjectChannel(String objectType, [dynamic arguments])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
platformObjectMessenger → PlatformObjectMessenger
final
ref → PlatformObjectRef
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future
invokeMethod(String method, [dynamic arguments]) Future
invokeMethodStream(String method, [dynamic arguments]) Stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPlatformObjectMethodCallHandler(Future handler(String method, dynamic arguments)) → void
toString() String
A string representation of this object.
inherited

Operators

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