getAllProperties method
Called when all properties are requested on this object. On success, return DBusGetAllPropertiesResponse.
Implementation
Future<DBusMethodResponse> getAllProperties(String interface) async {
return DBusGetAllPropertiesResponse({});
}