menu
bluetooth_connect package
documentation
bluetooth_connect_method_channel.dart
MethodChannelBluetoothConnect
disconnect method
disconnect method
dark_mode
light_mode
disconnect
method
@
override
Future
<
void
>
disconnect
(
)
override
Implementation
@override Future<void> disconnect() { return methodChannel.invokeMethod<void>('disconnect'); }
bluetooth_connect package
documentation
bluetooth_connect_method_channel
MethodChannelBluetoothConnect
disconnect method
MethodChannelBluetoothConnect class