call abstract method

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

Implementation

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