removeCallHandler method

dynamic removeCallHandler(
  1. int id
)

Implementation

removeCallHandler(int id) {
  _map[id] = null;
}