callbacks property
A map of possible out-of band callbacks related to the parent operation. The key is a unique identifier for the ApiCallback Object.
Implementation
Map<String, Response>? get responses;/// A map of possible out-of band callbacks related to the parent operation.
/// The key is a unique identifier for the [ApiCallback] Object.
@_ApiCallbackMapConverter() Map<String, ApiCallback>? get callbacks;