ChildViewConnectionStateCallback typedef

*<Null safety>*

void ChildViewConnectionStateCallback (ChildViewConnection connection, bool? newState)

Implementation

typedef ChildViewConnectionStateCallback = void Function(
    ChildViewConnection connection, bool? newState);