<itemvalue="if forceQuotedString is false and the string is valid unquoted, don't use any quote"/>
<itemvalue="The quote to be used for quoting strings. Defaults to [QuoteStyle.doubleQuote], because single quotes are often used as apostrophes."/>
<itemvalue="The indentation size. Must be greater or equal to `1`. Defaults to `2`."/>
<itemvalue="If `true`, it will force quoting of strings. If `false`, strings could be left unquoted if possible."/>
<itemvalue="The flag of whether needs long press to trigger dragging mode. true means it needs long press and false means no need."/>
<itemvalue="The method '_AMToolboxStoryWidgetForGCSState' isn't defined for the type 'AMToolboxStoryWidgetForGCS'. (Documentation) Try correcting the name to the name of an existing method, or defining a method named '_AMToolboxStoryWidgetForGCSState'"/>
<itemvalue="Writes a string to the file using the given [Encoding]. Returns a `Future<RandomAccessFile>` that completes with this random access file when the write completes."/>
@ -68,10 +72,6 @@
<itemvalue="The `list` parameter is the binary image data (e.g a PNG or GIF binary data). The data can be for either static or animated images. The following image formats are supported:"/>
<itemvalue="This method is a convenience wrapper around the [ImageDescriptor] API, and using [ImageDescriptor] directly is preferred since it allows the caller to make better determinations about how and whether to use the `targetWidth` and `targetHeight` parameters."/>
<itemvalue="Instantiates an image [Codec]."/>
<itemvalue="allow upscaling"/>
<itemvalue="Creates an image from a list of bytes. This function attempts to interpret the given bytes an image. If successful, the returned [Future] resolves to the decoded image. Otherwise, the [Future] resolves to null. If the image is animated, this returns the first frame. Consider [instantiateImageCodec] if support for animated images is necessary. This function differs from [decodeImageFromList] in that it defers to [PaintingBinding.instantiateImageCodecWithSize], and therefore can be mocked in tests."/>
<itemvalue="Performs a connect to the message broker with an optional username and password for the purposes of authentication. If a username and password are supplied these will override any previously set in a supplied connection message so if you supply your own connection message and use the authenticateAs method to set these parameters do not set them again here."/>