removePath method

String removePath(
  1. String path
)

Implementation

String removePath(String path) => path.replaceAll('/', '');