dispose method

void dispose()

Disposes the network checker

Implementation

void dispose() {
  _subscription?.cancel();
}