wasPlayIntegritySuccessful property
bool
get
wasPlayIntegritySuccessful
Returns true if the Play Integrity API call was successful and returned a token.
Implementation
bool get wasPlayIntegritySuccessful =>
playIntegrityToken != null && playIntegrityError == null;