NOSServicePlatform class abstract

Inheritance

Constructors

NOSServicePlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
onNOSTransferProgress StreamController<double>
final
onNOSTransferStatus StreamController<NIMNOSTransferStatus>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
no setterinherited

Methods

download({required String url, required String path}) Future<NIMResult<void>>
handleMethodCall(String method, dynamic arguments) Future
inherited
invokeMethod(String method, {Map<String, dynamic>? arguments}) Future<Map<String, dynamic>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(String method, dynamic arguments) Future
inherited
toString() String
A string representation of this object.
inherited
upload({required String filePath, String? mimeType, String? sceneKey}) Future<NIMResult<String>>

Operators

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

Static Properties

instance NOSServicePlatform
getter/setter pair