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