The current Platform information of the running program.
@pragma('dart2js:prefer-inline') static Platform get current => (overrides.platformOverride as Platform?) ?? impl.platformInstance;