getPathSeparator method

String getPathSeparator()

Implementation

String getPathSeparator() => Platform.isWindows ? "\\" : "/";