PlatformRepository class
Constructors
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
-
doAnnulment(
BuildContext context, {required String authorizationCode}) → Future< Map?> -
doSettlement(
BuildContext context) → Future< Map?> -
doStopTransaction(
BuildContext context) → Future< Map?> -
doTransaction(
BuildContext context, {required double amount, required List< String> emails, required String description}) → Future<Map?> -
initService(
BuildContext context) → Future< Map?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- platform → const MethodChannel