clearSecrets method

Future<void> clearSecrets()

Clears the secrets belonging to this network connection.

Implementation

Future<void> clearSecrets() async {
  await _object.callMethod(
      _settingsConnectionInterfaceName, 'ClearSecrets', [],
      replySignature: DBusSignature(''));
}