stopScan method
void
stopScan()
Asks the platform to stop scanning for Bluetooth devices.
Implementation
void stopScan() {
return _platform.stopScan();
}
Asks the platform to stop scanning for Bluetooth devices.
void stopScan() {
return _platform.stopScan();
}