hostMapHandlers property

  1. @visibleForTesting
Map<int, HostMapMessageHandler> hostMapHandlers
final

The per-map handlers for callbacks from the host side.

Implementation

@visibleForTesting
final Map<int, HostMapMessageHandler> hostMapHandlers =
    <int, HostMapMessageHandler>{};