get abstract method

Future<DBusValue?> get(
  1. String path,
  2. DBusSignature signature
)

Get the value at path if it exists.

Implementation

Future<DBusValue?> get(String path, DBusSignature signature);