stopScan method
void
stopScan()
Stops an ongoing Bluetooth scan or, if no scan is running, does nothing.
Implementation
void stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}
Stops an ongoing Bluetooth scan or, if no scan is running, does nothing.
void stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}