posixStyle function

String posixStyle(
  1. String path
)

Implementation

String posixStyle(String path) => path.replaceAll(r'\', r'/');