FuchsiaViewConnectionStateCallback typedef

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




void FuchsiaViewConnectionStateCallback = void Function([FuchsiaViewController](../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController-class.md) connection, bool? newState)

Implementation

typedef FuchsiaViewConnectionStateCallback = void Function(
    FuchsiaViewController connection, bool? newState);