RevocationResponseHandlerFn typedef
RevocationResponseHandlerFn =
void Function(RevocationResponse revocationResponse)
The type of the callback function passed to revoke, to be notified of
the success of the revocation operation.
Implementation
typedef RevocationResponseHandlerFn = void Function(
RevocationResponse revocationResponse,
);