repeat_Pre method

Future<IdentifierResponse> repeat_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUIDWithUserComment> $request
)

Implementation

$async.Future<$1.IdentifierResponse> repeat_Pre($grpc.ServiceCall $call,
    $async.Future<$1.IdentifierUUIDWithUserComment> $request) async {
  return repeat($call, await $request);
}