menu
ble_sdk package
documentation
ble_sdk_method_channel.dart
MethodChannelBleSdk
stopScan method
stopScan method
dark_mode
light_mode
stopScan
method
@
override
Future
<
void
>
stopScan
(
)
override
stop scan ble
Implementation
@override Future<void> stopScan() => methodChannel.invokeMethod<void>('stopScan');
ble_sdk package
documentation
ble_sdk_method_channel
MethodChannelBleSdk
stopScan method
MethodChannelBleSdk class