blob: f445637ab61ad8ed03042d6d0fde154ab05d96ed [file] [log] [blame] [view]
# MAX_MSG_HANDLES constant
int const MAX_MSG_HANDLES
## Implementation
```dart
static const int MAX_MSG_HANDLES = ZX.CHANNEL_MAX_MSG_HANDLES;
```