updateGroup_Pre method
Future<UpdateGroupResponse>
updateGroup_Pre(
- ServiceCall $call,
- Future<
UpdateGroupRequest> $request
Implementation
$async.Future<$0.UpdateGroupResponse> updateGroup_Pre($grpc.ServiceCall $call,
$async.Future<$0.UpdateGroupRequest> $request) async {
return updateGroup($call, await $request);
}