Set the Flutter entry point for a window.
Future<void> setEntryPoint(String id, String entryPoint) async { await send<void>('setEntryPoint', windowId: id, params: { 'entryPoint': entryPoint, }); }