SkyService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkConnection(
{required String gateway, required String accessToken}) → Future< ConnectionRes> -
getConnection(
{required String gateway}) → SkyServiceClient -
getUserInfo(
{required String gateway}) → Future< GetUserInfoRes> -
host(
{required String otp, required String gateway, required String address, required String f0}) → Future< HostResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
{required String refreshToken, required String gateway}) → Future< HostResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited