properties abstract method
Get the supported properties of this sensor.
var props = await myMovementSensor.properties();
For more information, see Movement Sensor component.
Implementation
Future<Properties> properties({Map<String, dynamic>? extra});