reopen_Pre method
Future<IdentifierUUID>
reopen_Pre(
- ServiceCall $call,
- Future<
IdentifierUUIDWithUserComment> $request
Implementation
$async.Future<$1.IdentifierUUID> reopen_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUIDWithUserComment> $request) async {
return reopen($call, await $request);
}