isSupported static method

Future<bool> isSupported()

Checks if RoomPlan is supported on the current device.

Returns true if the device is running iOS 16+ and has LiDAR support.

Implementation

static Future<bool> isSupported() async {
  return RoomPlanChannel.isSupported();
}