AppleApi constructor

const AppleApi(
  1. Dio _dio,
  2. Serializers _serializers
)

Implementation

const AppleApi(this._dio, this._serializers);