FuchsiaPointerEventsCallback typedef

*[<Null safety>](https://dart.dev/null-safety)*




Future&lt;void> FuchsiaPointerEventsCallback = Future&lt;void> Function([FuchsiaViewController](../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController-class.md), dynamic)

Implementation

typedef FuchsiaPointerEventsCallback = Future<void> Function(
    FuchsiaViewController, PointerEvent);