disconnect static method
Disconnect from the currently connected BLE device
Implementation
static Future<void> disconnect() {
return BluetoothConnectionPluginPlatform.instance.disconnect();
}
Disconnect from the currently connected BLE device
static Future<void> disconnect() {
return BluetoothConnectionPluginPlatform.instance.disconnect();
}