methodDescriptor top-level property
Implementation
final methodDescriptor =
XRPCMethodDescriptor<EmptyData, ReportRefreshStatsInput, EmptyData>(
nsid: NSID.parse('tools.ozone.report.refreshStats'),
kind: XRPCMethodKind.procedure,
inputFromJson: (json) => const ReportRefreshStatsInputConverter()
.fromJson(json.cast<String, dynamic>()),
inputToJson: const ReportRefreshStatsInputConverter().toJson,
errors: const [],
);