MethodChannelDroidDexFlutter class

An implementation of DroidDexFlutterPlatform that uses method channels.

Inheritance

Properties

eventChannel EventChannel
The method channel used to interact with the native platform.
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAveragePerformanceLevelOfMultiplePerformanceClasses(List<int> performanceClassesList) Future<int>
Get performance level for a list of integer class IDs
override
getAveragePLOfMultiplePerformanceClassesLiveData(List<int> performanceClassesList) Future<Stream<int>>
Get Live performance level for a list of integer class IDs
override
getPerformanceLevel(int performanceClass) Future<int>
Get performance level for integer class ID
override
getPerformanceLevelLiveData(int performanceClass) Future<Stream<int>>
Get live performance level data for a integer class ID
override
getWeightedPerformanceLevel(List<PerformanceClassWeightPair> performanceClassWeightPairList) Future<int>
Get performance level for a list of integer class IDs with Weight
override
getWeightedPerformanceLevelLiveData(List<PerformanceClassWeightPair> performanceClassWeightPairList) Future<Stream<int>>
Get Live performance level for a list of integer class IDs with Weight
override
init() Future<void>
Initialize the DroidDex library
override
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