systemFlutterSdkPath function

String? systemFlutterSdkPath()

Returns the path to Flutter SDK of the flutter executable on PATH

Implementation

String? systemFlutterSdkPath() => systemFlutterSdk()?.path;