FinclipsdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FinclipsdkPlatform
Implementers

Constructors

FinclipsdkPlatform()
Constructs a FinclipsdkPlatform.

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

getPlatformVersion() Future<String?>
initialize(String appkey, String secret, String domain, String exe_path, String app_store) Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startApplet(String app_store, String app_id) Future<int?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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