call abstract method

Future<Result<T, Exceptions>> call(
  1. P params
)

Implementation

Future<Result<T, Exceptions>> call(P params);