TruvideoMediaSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- TruvideoMediaSdkPlatform
- Implementers
Constructors
- TruvideoMediaSdkPlatform()
- Constructs a TruvideoMediaSdkPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
uploadEvents
→ Stream<
Map> -
no setter
Methods
-
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadFile(
{required String? filePath, required Map< String, String> tags, required Map<String, dynamic> metadata}) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ TruvideoMediaSdkPlatform
-
The default instance of TruvideoMediaSdkPlatform to use.
getter/setter pair