delete abstract method

Future<void> delete(
  1. String path
)

Delete path. No-op if absent.

Implementation

Future<void> delete(String path);