updateFragment_Pre method
- 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);
}