FlutterMoneykitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterMoneykitPlatform
Implementers

Constructors

FlutterMoneykitPlatform()
Constructs a FlutterMoneykitPlatform.

Properties

events Stream<MKEvent>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

continueFlow({required String url}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentLinkFlow({required String linkToken}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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