fetchActiveThreads method

Future<ThreadListResultWrapper> fetchActiveThreads()

Fetches all active threads in this channel

Implementation

Future<ThreadListResultWrapper> fetchActiveThreads() =>
    client.httpEndpoints.fetchActiveThreads(this.id);