call abstract method

  1. @override
$R call({
  1. bool? disableUpdateCheck,
  2. DateTime? lastUpdateCheck,
  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(
    {bool? disableUpdateCheck,
    DateTime? lastUpdateCheck,
    String? cachePath,
    bool? useGitCache,
    String? gitCachePath,
    String? flutterUrl,
    bool? priviledgedAccess,
    bool? runPubGetOnSdkChanges,
    bool? updateVscodeSettings,
    bool? updateGitIgnore});