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
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