dispose static method

void dispose()

Implementation

static void dispose() {
  _bindings = null;
  _isRegistered = false;
}