playIntegrityStandardToken method
Requests a Google Play standard Integrity token. You must call prepareStandardIntegrityToken beforehand.
Implementation
Future<IntegrityResult> playIntegrityStandardToken({
String? requestHash,
}) {
throw UnimplementedError(
'playIntegrityStandardToken() has not been implemented.');
}