getReIndexStatus_Pre method

Future<ReIndexStatus> getReIndexStatus_Pre(
  1. ServiceCall $call,
  2. Future<BackgroundProcessId> $request
)

Implementation

$async.Future<$0.ReIndexStatus> getReIndexStatus_Pre($grpc.ServiceCall $call,
    $async.Future<$2.BackgroundProcessId> $request) async {
  return getReIndexStatus($call, await $request);
}