platformOverride property
Default platform string sent to /api/deploy/check when the host
doesn't override it. When null, the SDK derives it from
Platform.isIOS / Platform.isAndroid at call time. Override
only when running on an exotic host the SDK can't detect (e.g.
integration tests with a faked Platform).
Implementation
final String? platformOverride;