InvokeWithGooglePlayIntegrity constructor

const InvokeWithGooglePlayIntegrity({
  1. required String nonce,
  2. required String token,
  3. required TlMethod query,
})

Invoke With Google Play Integrity constructor.

Implementation

const InvokeWithGooglePlayIntegrity({
  required this.nonce,
  required this.token,
  required this.query,
}) : super._();