getFragmentHistory_Pre method

Future<GetFragmentHistoryResponse> getFragmentHistory_Pre(
  1. ServiceCall call,
  2. Future<GetFragmentHistoryRequest> request
)

Implementation

$async.Future<$9.GetFragmentHistoryResponse> getFragmentHistory_Pre($grpc.ServiceCall call, $async.Future<$9.GetFragmentHistoryRequest> request) async {
  return getFragmentHistory(call, await request);
}