getConnectAppById method
ResponseFuture<PublicDashboardResponse>
getConnectAppById(
- PublicDashboardRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.PublicDashboardResponse> getConnectAppById(
$0.PublicDashboardRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getConnectAppById, request, options: options);
}