play method
Attempts to focus / play the Spline scene (example helper).
Implementation
Future<void> play() => runJavaScript('if(window.spline) window.spline.play?.();');
Attempts to focus / play the Spline scene (example helper).
Future<void> play() => runJavaScript('if(window.spline) window.spline.play?.();');