verifyAppIntegrity method

  1. @override
Future<bool> verifyAppIntegrity()
override

Implementation

@override
Future<bool> verifyAppIntegrity() async {
  // Check if the web app has been tampered with
  return await _verifyWebAppIntegrity();
}