ServerTrustAuthResponse constructor

ServerTrustAuthResponse({
  1. ServerTrustAuthResponseAction? action = ServerTrustAuthResponseAction.CANCEL,
})

Implementation

ServerTrustAuthResponse({this.action = ServerTrustAuthResponseAction.CANCEL});