Gets the current parameters as a JSON string
Returns a JSON string with the current parameters.
@override Future<String?> getParameters() async { return _ddnManager.getParameters(); }