restartDiscovery method

dynamic restartDiscovery()

Implementation

restartDiscovery() {
  stopDiscovery();
  startDiscovery(_serviceType);
}