ServerTrustChallenge constructor

const ServerTrustChallenge({
  1. required String url,
  2. required String error,
})

Implementation

const ServerTrustChallenge({required this.url, required this.error});