handleMethodCall method

Future<DBusMethodResponse> handleMethodCall(
  1. DBusMethodCall methodCall
)

Called when a method call is received on this object.

Implementation

Future<DBusMethodResponse> handleMethodCall(DBusMethodCall methodCall) async {
  return DBusMethodErrorResponse.unknownInterface();
}