initialize method

void initialize()

Implementation

void initialize() {
  _connectivity.onConnectivityChanged.listen(_checkStatus);
}