nativePlatform property
NativePlatform?
get
nativePlatform
The current native platform, if running on a native platform.
Implementation
@pragma('dart2js:prefer-inline')
NativePlatform? get nativePlatform => Platform.current.nativePlatform;