BlueZBatteryProvider constructor

BlueZBatteryProvider(
  1. BlueZClient _client,
  2. DBusObjectPath path
)

Implementation

BlueZBatteryProvider(this._client, DBusObjectPath path)
    : super(path, isObjectManager: true);