updateFragment_Pre method
Future<UpdateFragmentResponse>
updateFragment_Pre(
- ServiceCall call,
- Future<
UpdateFragmentRequest> request
Implementation
$async.Future<$9.UpdateFragmentResponse> updateFragment_Pre($grpc.ServiceCall call, $async.Future<$9.UpdateFragmentRequest> request) async {
return updateFragment(call, await request);
}