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