call abstract method

$R call({
  1. String? hash,
  2. FlutterChannel? channel,
  3. String? version,
  4. DateTime? releaseDate,
  5. String? archive,
  6. String? sha256,
  7. String? dartSdkArch,
  8. String? dartSdkVersion,
  9. bool? activeChannel,
})

Implementation

$R call(
    {String? hash,
    FlutterChannel? channel,
    String? version,
    DateTime? releaseDate,
    String? archive,
    String? sha256,
    String? dartSdkArch,
    String? dartSdkVersion,
    bool? activeChannel});