clear method

  1. @override
void clear()
override

Clear all registered callbacks

Implementation

@override
void clear() {
  map.clear();
}