call abstract method

FutureOr<void> call(
  1. Hub hub,
  2. T options
)

A Callable method for the Integration interface

Implementation

FutureOr<void> call(Hub hub, T options);