setChaveDev method

Future setChaveDev(
  1. String chave
)

Implementation

Future setChaveDev(String chave) async {
  await this.set('chaveDev', chave);
}