Disconnect the current connection.
@override Future<void> disconnect() async { await methodChannel.invokeMethod('disconnect'); }