ProxyApi constructor
const
ProxyApi({
- Type? superClass,
- KotlinProxyApiOptions? kotlinOptions,
- SwiftProxyApiOptions? swiftOptions,
Parametric constructor for ProxyApi.
Implementation
const ProxyApi({this.superClass, this.kotlinOptions, this.swiftOptions});