ChildViewConnectionCallback typedef

*<Null safety>*

void ChildViewConnectionCallback (ChildViewConnection connection)

Implementation

typedef ChildViewConnectionCallback = void Function(
    ChildViewConnection connection);