dispatchPointerEvent method
Dispatches the event
to the platform view.
Implementation
@override
Future<void> dispatchPointerEvent(PointerEvent event) async {
return;
}
Dispatches the event
to the platform view.
@override
Future<void> dispatchPointerEvent(PointerEvent event) async {
return;
}