Client class Null safety

Constructors

Client({required ClientOptions options, String overrideSession = ""})
the main client object

Properties

accountId String
read-only
auth FortniteAuth
read / write
deviceId String
read-only
displayName String
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
http HTTP
http client for client
late, final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
secret String
read-only
session String
session for the account
read / write

Methods

log(LogLevel l, String message) → void
log
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
refreshSession() Future
Refresh session of the account
send({required String method, required String url, dynamic body, bool dontRetry = false}) Future
send request to epic games [...]
toString() String
A string representation of this object. [...]
inherited

Operators

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