iosDirPath property

String iosDirPath

Implementation

String get iosDirPath {
  return p.canonicalize(p.join(configProjectDir, 'ios'));
}