unregister static method

void unregister(
  1. String id
)

Implementation

static void unregister(String id) => _delegates.remove(id);