Mensagens mixin
Mensagens padrões do package.
- Mixin applications
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
-
erro(
{String motivo = "Erro, ao carregar dados"}) → Future< Uint8List> - erro no carregamento de um pdf
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openDialogoConfirmacao(
{required String mensagem, double width = 300, double height = 200}) → Future - dialogo de confirmação
-
openMensagem(
Widget mensagem, {double width = 500, double height = 500}) → void - abre um pop-up com o widget
-
toString(
) → String -
A string representation of this object.
inherited
-
visualizadorDePDF(
Future< Uint8List> gerar()) → Future<void> - visualiza o PDF
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited