getState static method

Future<NTRepository> getState()

Implementation

static Future<NTRepository> getState() async {
  return Repository().getEstado();
}