pathToHosted property

String get pathToHosted

Path to the pub cache hosted directory Prior to Dart 2.19: hosted/pub.flutter-io.cn From Dart 2.19: this changed to hosted/pub.flutter-io.cn

Implementation

String get pathToHosted => truepath(_pubCachePath, 'hosted', 'pub.flutter-io.cn');