dispatchPointerEvent abstract method

Future<void> dispatchPointerEvent(
  1. PointerEvent event
)

Dispatches the event to the platform view.

Implementation

Future<void> dispatchPointerEvent(PointerEvent event);