stopDiscover method

void stopDiscover()

Implementation

void stopDiscover() {
  _setConnected([]);
  FlutterBluePlus.stopScan();
}