hypixel_dart
HypixelAPI
HypixelAPI
setApiKey method
setApiKey
hypixel_dart
HypixelAPI
HypixelAPI
setApiKey method
HypixelAPI class
Constructors
HypixelAPI
Properties
getApiKey
getBase
hashCode
runtimeType
Methods
setApiKey
noSuchMethod
toString
Operators
operator ==
Static properties
API_KEY
Constants
BASE
TEST_UUID
setApiKey
method
void
setApiKey
(
String
key
)
Implementation
void setApiKey(String key) { API_KEY = key; }