unlink function

int unlink(
  1. String path
)

Implementation

int unlink(String path) => platform.unlink(path);