VrcApiBase class abstract

Shared code between the web and native implementations

Implementers

Constructors

VrcApiBase(VrchatDartGenerated rawApi, String? proxyUrl)
DO NOT INSTANTIATE

Properties

auth Auth
Access to auth convenience methods
final
hashCode int
The hash code for this object.
no setterinherited
rawApi → VrchatDartGenerated
Access to the raw generated API
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streaming VrcStreaming
Access to websocket streaming
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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