flutterSdkPath property

String flutterSdkPath

Returns the path of the Flutter SDK

Implementation

String get flutterSdkPath {
  return join(ctx.cacheDir.path, flutterSdkVersion);
}