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