Reset cursor to default.
Future<void> resetCursor(String id) async { await send<void>('resetCursor', windowId: id); }