unlink abstract method

Future<void> unlink(
  1. String path
)

Deletes file asynchronously.

Implementation

Future<void> unlink(String path);