Future<void> zoom(String profileToken, Vector1D zoom) async { loggy.debug('zoom'); await move(profileToken, Vector2D(y: 0, x: 0), zoom); }