list_Pre method

Future<ListExerciseResponse> list_Pre(
  1. ServiceCall call,
  2. Future<ListExerciseRequest> request
)

Implementation

$async.Future<$0.ListExerciseResponse> list_Pre($grpc.ServiceCall call,
    $async.Future<$0.ListExerciseRequest> request) async {
  return list(call, await request);
}