removeList method

Future<void> removeList(
  1. String name
)

Implementation

Future<void> removeList(String name) {
  return xmpp.PrivacyListsManager.getInstance(connection)
      .removePrivacyList(name);
}