MethodChannelAlgo360pfm class

An implementation of Algo360pfmPlatform that uses method channels.

Inheritance

Constructors

MethodChannelAlgo360pfm()

Properties

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

invokeIncrementalSDK(dynamic hour) Future<void>
This method implements the invokeIncrementalSDK and communicated with native side passes values and maintains proper checks
override
invokeSDK() Future<void>
This method implements the invokeSDK and communicated with native side passes values and maintains proper checks
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setConfiguration(dynamic baseUrl, dynamic userId, dynamic clientId, dynamic clientSecret, dynamic isDebug) Future<void>
This method implements the invokeSDK and communicated with native side passes values and maintains proper checks
override
stopIncrementalDataSync() Future<void>
This method implements the invokeIncrementalSDK and communicated with native side passes values and maintains proper checks
override
toString() String
A string representation of this object.
inherited

Operators

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