call abstract method

  1. @override
$R call({
  1. String? cachePath,
  2. bool? useGitCache,
  3. String? gitCachePath,
  4. String? flutterUrl,
})
override

Implementation

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