getSyncing method

ResponseFuture<GetSyncingResponse> getSyncing(
  1. GetSyncingRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetSyncingResponse> getSyncing(
    $0.GetSyncingRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getSyncing, request, options: options);
}