ForestvpnApi class

Constructors

ForestvpnApi({Dio? dio, Serializers? serializers, String? basePathOverride, List<Interceptor>? interceptors})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializers → Serializers
final

Methods

getAdsApi() AdsApi
Get AdsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getAnalyticsApi() AnalyticsApi
Get AnalyticsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getAppApi() AppApi
Get AppApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getAppleApi() AppleApi
Get AppleApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getAuthApi() AuthApi
Get AuthApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getBillingApi() BillingApi
Get BillingApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCheckoutApi() CheckoutApi
Get CheckoutApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCloudApi() CloudApi
Get CloudApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getDeviceApi() DeviceApi
Get DeviceApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getFcmApi() FcmApi
Get FcmApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getFriendshipApi() FriendshipApi
Get FriendshipApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getGeoApi() GeoApi
Get GeoApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getGoogleApi() GoogleApi
Get GoogleApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getIcoApi() IcoApi
Get IcoApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getMediaApi() MediaApi
Get MediaApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getNotificationsApi() NotificationsApi
Get NotificationsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getOfferApi() OfferApi
Get OfferApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getReferralApi() ReferralApi
Get ReferralApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getSupportApi() SupportApi
Get SupportApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getUserApi() UserApi
Get UserApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getWireguardApi() WireguardApi
Get WireguardApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String name, String apiKey) → void
setBasicAuth(String name, String username, String password) → void
setBearerAuth(String name, String token) → void
setOAuthToken(String name, String token) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

basePath → const String