getCurrent method

ResponseFuture<GetCurrentResponse> getCurrent(
  1. GetCurrentRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$27.GetCurrentResponse> getCurrent($27.GetCurrentRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getCurrent, request, options: options);
}