nativePlatform property
override
The current native platform, if running on a native platform.
Implementation
@override
NativePlatform? get nativePlatform => NativePlatform.current;
The current native platform, if running on a native platform.
@override
NativePlatform? get nativePlatform => NativePlatform.current;