getAddress static method

Future<CepResult> getAddress(
  1. String cep
)

Implementation

static Future<CepResult> getAddress(String cep) {
  throw UnsupportedError('Plataforma não suportada');
}