getCity static method

Future<NTRepository> getCity(
  1. String uf
)

Implementation

static Future<NTRepository> getCity(String uf) async {
  return Repository().getCidade(uf);
}