AuthRequestResponse constructor

AuthRequestResponse({
  1. required int id,
  2. required String pairingTopic,
  3. required Completer<AuthResponse> completer,
  4. Uri? uri,
})

Implementation

AuthRequestResponse({
  required this.id,
  required this.pairingTopic,
  required this.completer,
  this.uri,
});