getFragment_Pre method

Future<GetFragmentResponse> getFragment_Pre(
  1. ServiceCall call,
  2. Future<GetFragmentRequest> request
)

Implementation

$async.Future<$9.GetFragmentResponse> getFragment_Pre($grpc.ServiceCall call, $async.Future<$9.GetFragmentRequest> request) async {
  return getFragment(call, await request);
}