androidBuildCache property

String? get androidBuildCache

Implementation

String? get androidBuildCache {
  final home = homeDirectory;
  return home == null ? null : _path.join(home, '.android', 'build-cache');
}