isSupported static method
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();
}