@override Future<void> init(int sceneId) async { final channel = ensureChannelInitialized(sceneId); return channel.invokeMethod<void>('init'); }