save method

Future<void> save()

Saves the connection settings to persistent storage.

Implementation

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