call method

NodeProvider call(
  1. String? id
)

Implementation

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