isBase64String property

void isBase64String=(bool value)

Whether to treat the document being opened as a base64 string.

When viewing a document initialized with a base64 string, a temporary file is created on Android, but not on iOS. Defaults to false.

Implementation

set isBase64String(bool value) => _isBase64String = value;