onGettingRequestId property

dynamic Function(String requestId) onGettingRequestId
final

A callback function to execute when a request ID is received during the process.

Implementation

final Function(String requestId) onGettingRequestId;