menu
simpleblue package
documentation
simpleblue_method_channel.dart
MethodChannelSimpleblue
stopScanning method
stopScanning method
dark_mode
light_mode
stopScanning
method
@
override
Future
stopScanning
(
)
override
Implementation
@override
Future stopScanning() {
return
methodChannel.invokeMethod(
'stopScanning'
); }
simpleblue package
documentation
simpleblue_method_channel
MethodChannelSimpleblue
stopScanning method
MethodChannelSimpleblue class
Constructors
new
Properties
hashCode
methodChannel
runtimeType
Methods
connect
disconnect
getDevices
isTurnedOn
listenConnectedDevice
listenStateChanges
noSuchMethod
scanDevices
stopScanning
toString
turnOff
turnOn
write
Operators
operator ==