delete method

Future<void> delete(
  1. String path
)

Implementation

Future<void> delete(String path) => disk().delete(path);