setFocusPoint method

Future<bool?> setFocusPoint(
  1. double x,
  2. double y
)

Implementation

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