getIosVersion static method

Map<String, String?>? getIosVersion()

Implementation

static Map<String, String?>? getIosVersion() {
  return FileService.getIosVersion();
}