check method
Runs the security check on this platform and returns the result. Never disables features or reacts on its own — see SafetyNetCheckResult's doc comment.
Implementation
Future<SafetyNetCheckResult> check() {
throw UnimplementedError('check() has not been implemented.');
}