menu
platform_info_lib package
documentation
platform_info.dart
PlatformInfo
getPathExtensions static method
getPathExtensions static method
dark_mode
light_mode
getPathExtensions
static method
List
<
String
>
?
getPathExtensions
(
)
Implementation
static List<String>? getPathExtensions() { return _platform['PATHEXT']?.split(";"); }
platform_info_lib package
documentation
platform_info
PlatformInfo
getPathExtensions static method
PlatformInfo class