remove static method

dynamic remove(
  1. dynamic key
)

Implementation

static remove(key) {
  files.remove(key);
}