getProperties method

Future<DevicesPropertiesModel?> getProperties()

Implementation

Future<DevicesPropertiesModel?> getProperties() {
  throw UnimplementedError('getProperties() not inplement');
}