Disconnects the currently connected Bluetooth device.
@override Future<void> disconnect() async { await _channel.invokeMethod('disconnect'); }