DarkstormBackend class

Constructors

DarkstormBackend({required Uri baseUrl, required String apiKey, Uri? internetCheckAddress, bool waitForInternet = true, void onError(Object, StackTrace)?})

Properties

apiKey String
final
baseUrl Uri
final
con → InternetConnection
final
hashCode int
The hash code for this object.
no setterinherited
isAvailable bool
no setter
onError → void Function(Object, StackTrace)?
final
plat String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
waitForInternet bool
final

Methods

count() Future<bool>
crash(Crash cr) Future<bool>
getID() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setID(String value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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