Future<bool?> setFocusPoint(double x, double y) async { return await broadcater.setFocusPoint(x, y); }