setNomeAplicativo method

Future setNomeAplicativo(
  1. String nome
)

Implementation

Future setNomeAplicativo(String nome) async {
  await this.set('aplicativo', nome);
}