invoke<R, S> method

Future<R> invoke<R, S>(
  1. Call<R, S> call
)

Implementation

Future<R> invoke<R, S>(Call<R, S> call) => _core.invoke(call);