clearScene method
Clear all nodes from the scene.
Implementation
Future<void> clearScene() async {
_ensureAttached();
await _channel!.invokeMethod('clearScene');
}
Clear all nodes from the scene.
Future<void> clearScene() async {
_ensureAttached();
await _channel!.invokeMethod('clearScene');
}