LogsServiceClient constructor
      
      LogsServiceClient(
    
    
- ClientChannel channel, {
- CallOptions? options,
- Iterable<ClientInterceptor> ? interceptors,
Implementation
LogsServiceClient($grpc.ClientChannel channel,
    {$grpc.CallOptions? options,
    $core.Iterable<$grpc.ClientInterceptor>? interceptors})
    : super(channel, options: options, interceptors: interceptors);