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