proxyApiCodecInstanceManagerKey top-level constant

int const proxyApiCodecInstanceManagerKey

The dedicated key for accessing an InstanceManager in ProxyApi base codecs.

Generated codecs override the StandardMessageCodec which reserves the byte keys of 0-127, so this value is chosen because it is the lowest available key.

See https://api.flutter.dev/flutter/services/StandardMessageCodec/writeValue.html for more information on keys in MessageCodecs.

Implementation

const int proxyApiCodecInstanceManagerKey = 128;