dispose static method

void dispose()

Implementation

static void dispose() {
  WidgetsBinding.instance.removeObserver(_instance);
}