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

getPermissionStatus() Future<bool>
inherited
invokePermissionsScreen() Future<void>
This method implements the invokePermissionScreen and communicated with native side passes values and maintains proper checks
override
invokePFM() Future<void>
This method implements the invokePFM and communicated with native side passes values and maintains proper checks
override
invokeSDK(dynamic hours) 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
setPermissionStatus() Future<bool>
inherited
setTheme(dynamic theme) Future<bool>
This method implements the setTheme 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