getReportRaw abstract method

Future<Map<String, Object?>> getReportRaw()

Collects device trust signals as a raw map.

Platform implementations should return a map with keys:

  • rootedOrJailbroken (bool)
  • emulator (bool)
  • devModeEnabled (bool)
  • adbEnabled (bool)
  • fridaSuspected (bool)
  • debuggerAttached (bool)
  • details (Map<String, dynamic>)

Implementation

Future<Map<String, Object?>> getReportRaw();