playIntegrityToken method
Requests a Google Play classic Integrity token.
Implementation
Future<IntegrityResult> playIntegrityToken({
String? nonce,
String? cloudProjectNumber,
}) {
throw UnimplementedError('playIntegrityToken() has not been implemented.');
}