load method

FutureOr<T> load(
  1. HypenWrapper hypen
)

Implementation

FutureOr<T> load(HypenWrapper hypen) => _load.call(hypen);