listChannels method

Future<List<ChannelInfo>> listChannels()

Lists all available event log channels on the system.

Returns a list of ChannelInfo objects containing information about each channel (e.g., "System", "Application", "Security").

Throws EventLogException if the operation fails.

Implementation

Future<List<ChannelInfo>> listChannels() {
  throw UnimplementedError('listChannels() has not been implemented.');
}