remove method

Future<void> remove(
  1. String path
)

Implementation

Future<void> remove(String path) async {
  list.remove(path);
}