OneAppPlugin class

This is the first one app flutter package - check it outsammuel

Constructors

OneAppPlugin()

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

getPaymentUI(BuildContext context, {required String firstName, required String lastName, required String phoneNumber, required String email, required double amount, required String currency, required String secretKey, Color color = const Color(0xFFE70A80)}) → void
Get the payment method UI
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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