getAllProperties method

Future<DBusMethodResponse> getAllProperties(
  1. String interface
)

Called when all properties are requested on this object. On success, return DBusGetAllPropertiesResponse.

Implementation

Future<DBusMethodResponse> getAllProperties(String interface) async {
  return DBusGetAllPropertiesResponse({});
}