delete static method

Future<void> delete(
  1. String path
)

Implementation

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