checkGovExist method

Future<bool> checkGovExist(
  1. int version
)

Implementation

Future<bool> checkGovExist(int version) async {
  return service.checkGovExist(version);
}