ArquivoUtils class

Implementação stub para Web - não suporta operações de arquivo

Em Web, salvar arquivos no sistema de arquivos não é suportado. Use implementações específicas da plataforma ou APIs do navegador.

Constructors

ArquivoUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

salvarArquivo(String pdfBase64, String nomeDoArquivo) Future<bool>
Salva um arquivo em base64 em um arquivo local - não suportado em Web