fire static method

void fire(
  1. dynamic object
)

Implementation

static void fire(object) {
  _mInstance.add(object);
}