dispose method

void dispose()

Implementation

void dispose() {
  mounted = false;
  stateBroadcastController.close();
}