Appearance
function getPlatform(): string;
Returns the current platform: 'iOS', 'Android', 'MacOS', 'Windows', 'Linux', or 'Unknown'.
'iOS'
'Android'
'MacOS'
'Windows'
'Linux'
'Unknown'
string
getPlatform() // => 'MacOS'
1.0.0