onPanUpdate method

Future<void> onPanUpdate(
  1. bool isStart,
  2. double x,
  3. double y
)

Implementation

Future<void> onPanUpdate(bool isStart, double x, double y) async {
  await Video360Platform.instance.onPanUpdate(id, isStart, x, y);
}