Algo360pfmPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • Algo360pfmPlatform
Implementers

Constructors

Algo360pfmPlatform()
Constructs a Algo360pfmPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPermissionStatus() Future<bool>
invokePermissionsScreen() Future<void>
invokePFM() Future<void>
invokeSDK(dynamic hours) Future<void>
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>
setPermissionStatus() Future<bool>
setTheme(dynamic theme) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Algo360pfmPlatform
The default instance of Algo360pfmPlatform to use.
getter/setter pair