setCurrentScene method Null safety
- String name
Switch to the specified scene.
Implementation
Future<void> setCurrentScene(String name) async {
await command('SetCurrentScene', <String, String>{'scene-name': name});
}
Switch to the specified scene.
Future<void> setCurrentScene(String name) async {
await command('SetCurrentScene', <String, String>{'scene-name': name});
}