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