call abstract method

  1. @override
$R call({
  1. String? cachePath,
  2. bool? useGitCache,
  3. String? gitCachePath,
  4. String? flutterUrl,
  5. bool? priviledgedAccess,
  6. bool? runPubGetOnSdkChanges,
  7. bool? updateVscodeSettings,
  8. bool? updateGitIgnore,
})
override

Implementation

@override
$R call(
    {String? cachePath,
    bool? useGitCache,
    String? gitCachePath,
    String? flutterUrl,
    bool? priviledgedAccess,
    bool? runPubGetOnSdkChanges,
    bool? updateVscodeSettings,
    bool? updateGitIgnore});