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