approveAuthRequest method
void
approveAuthRequest({})
Implementation
void approveAuthRequest(
{required String gateway,
required String accessToken,
required String uuid}) {
RubixExternalClient stub =
getConnection(gateway: gateway, accessToken: accessToken);
stub.approveAuthRequest(AuthRequest(uuid: uuid));
}