ModelRootedDeviceException constructor

ModelRootedDeviceException()

Implementation

ModelRootedDeviceException()
    : super(
        message:
            'Rooted device detected. Model operations are not allowed on rooted devices for security reasons.',
      );