getNotifierParameters method

Future<List<TautulliNotifierParameter>> getNotifierParameters()

Handler for get_notifier_parameters.

Get the list of available notification parameters.

Implementation

Future<List<TautulliNotifierParameter>> getNotifierParameters() async => _commandGetNotifierParameters(_client);