getLogNotificationProvider method

ResponseFuture<GetLogNotificationProviderResponse> getLogNotificationProvider(
  1. GetLogNotificationProviderRequest request, {
  2. CallOptions? options,
})

Implementation

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