call abstract method

Future<T> call({
  1. required P params,
})

Implementation

Future<T> call({required P params});