onResult abstract method
- dynamic onResult( )
Specifies the object that will be invoked with the PendingOutOfBandOperationsResult containing the pending out-of-band operations for this application and the errors (if any).
IMPORTANT
Providing the onResult callback is required.
Params:
- onResult: the
Function
that will be invoked when the operation finishes.
Returns: a PendingOutOfBandOperations object.
Implementation
PendingOutOfBandOperations onResult(
Function(PendingOutOfBandOperationsResult) onResult,
);