update_Pre method

Future<GroupProto> update_Pre(
  1. ServiceCall $call,
  2. Future<GroupProto_UpdateRequest> $request
)

Implementation

$async.Future<$0.GroupProto> update_Pre($grpc.ServiceCall $call,
    $async.Future<$0.GroupProto_UpdateRequest> $request) async {
  return update($call, await $request);
}