RoomKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RoomKitPlatform

Constructors

RoomKitPlatform()

Properties

deviceId Future<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkVersions Future<SDKVersions>
no setter

Methods

initialize(NERoomKitOptions options) Future<VoidResult>
初始化
invokeMethod(String method, [Map<String, dynamic>? arguments]) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
switchLanguage(String language) Future<int>
toString() String
A string representation of this object.
inherited
uploadLog() Future<NEResult<String?>>

Operators

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

Static Properties

instance RoomKitPlatform
getter/setter pair