prepareIntegrityCheck method
Android-only — prepares a Play Integrity token provider. Rejects on iOS. See SafetyNetFlutter.prepareIntegrityCheck.
Implementation
Future<void> prepareIntegrityCheck(int cloudProjectNumber) {
throw UnimplementedError(
'prepareIntegrityCheck() has not been implemented.',
);
}