Stop all animations on a window.
Future<void> stopAll(String id) async { await send<void>('stopAll', windowId: id); }