isDeveloperOptionsEnabled method

Future<Map<String, bool>> isDeveloperOptionsEnabled()

Returns a map with developer options status.

Keys: developerOptions (bool), usbDebugging (bool). On iOS, detects debugger attachment and development provisioning profiles.

Implementation

Future<Map<String, bool>> isDeveloperOptionsEnabled() {
  throw UnimplementedError(
      'isDeveloperOptionsEnabled() has not been implemented.');
}