dispose method

void dispose()

Implementation

void dispose() {
  if (handler == null) {
    return;
  }
  handler!.dispose();
}