posixPath function

  1. @Deprecated('Use toPosixPath()')
String posixPath(
  1. String anyPath
)

deprecated See toPosixPath

Implementation

@Deprecated('Use toPosixPath()')
String posixPath(String anyPath) => toPosixPath(anyPath);