stopScan method

Future<void> stopScan()

stop scan ble

Implementation

Future<void> stopScan() =>
    throw UnimplementedError('stopScan() has not been implemented.');