ConnectionCallback typedef

ConnectionCallback = void Function(BuildContext context)

Callback function for Connection state changes.

Implementation

typedef ConnectionCallback = void Function(BuildContext context);