Closes the current serial connection.
@override Future<void> disconnect() { return methodChannel.invokeMethod<void>('disconnect'); }