remove static method

void remove(
  1. dynamic key
)

Implementation

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