callbacks property

  1. @_ApiCallbackMapConverter()
Map<String, ApiCallback>? get callbacks
inherited

A map of possible out-of band callbacks related to the parent operation. The key is a unique identifier for the ApiCallback Object.

Implementation

@_ApiCallbackMapConverter()
Map<String, ApiCallback>? get callbacks => throw _privateConstructorUsedError;