InterfaceHandle<T> class

InterfaceHandle<T> getInterfaceHandle() => _binding.wrap(this);

@override void bar() { print(‘Received bar message.’); } }

Constructors

InterfaceHandle (Channel _channel)

Creates an interface handle that wraps the given channel.

Properties

channelChannel

The underlying channel messages will be sent over when the interface handle is bound to a Proxy. ...
read-only

hashCode → int

The hash code for this object. ...
read-only, inherited

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

close() void

Closes the underlying channel.

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

passChannel() Channel

Returns channel and sets channel to null. ...

toString() String

A string representation of this object. ...
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited