Future<bool> isAppIntegrityValid() async { final result = await _channel.invokeMethod<bool>('integrity#isValid'); return result ?? false; }