getVersaoProgramaPacific method

Future<int> getVersaoProgramaPacific()

Implementation

Future<int> getVersaoProgramaPacific() async {
  var token = await this.get('versaoProgramaPacific');
  return int.parse(token!);
}