RequestCallToUserInstance class

The return of requesting a call to a remote user, call dispose() once the widget showing the call disposes.

Constructors

RequestCallToUserInstance({required Completer<RequestCallResult> resultCompleter, required void dispose()})

Properties

dispose → void Function()
Call dispose once the widget showing the call disposes
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
response() Future<RequestCallResult>
The response to the call request
toString() String
A string representation of this object.
inherited

Operators

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