getCEP static method

Future<NTRepository> getCEP(
  1. String cep
)

Implementation

static Future<NTRepository> getCEP(String cep) async {
  return Repository().getCEP(cep);
}