useCnpj method

Future<bool> useCnpj()

Implementation

Future<bool> useCnpj() async {
  var cnpj = await this.get('useCnpj') == 'true';
  return cnpj;
}