parse method
Implementation
Future<Uint8List?> parse(Scene scene, [USDZOptions? options ]) async{
return await exporter.parse(scene, options: options);
}
Future<Uint8List?> parse(Scene scene, [USDZOptions? options ]) async{
return await exporter.parse(scene, options: options);
}