isTampered abstract method

Future<bool> isTampered(
  1. String bundleId
)

Whether the application bundle has been tampered with.

Detects modifications made after the app was officially signed, for example by resigning with a different certificate. The bundleId is the app's unique package identifier (for example, com.example.myapp).

Implementation

Future<bool> isTampered(String bundleId);