menu
scouting_app_2024
extern\platform.dart
UsefulPlatform
getPathSeparator method
getPathSeparator
brightness_4
brightness_5
getPathSeparator
method
String
getPathSeparator
(
)
Implementation
String getPathSeparator() => Platform.isWindows ? "\\" : "/";
scouting_app_2024
platform
UsefulPlatform
getPathSeparator method
UsefulPlatform extension