stop method

dynamic stop()

Implementation

stop(){
  _connectivitySubscription?.cancel();
}