call method

ParamsProvider call(
  1. String id
)

Implementation

ParamsProvider call(
  String id,
) =>
    ParamsProvider._(argument: id, from: this);