FluidCoins class

The base class for this package

Constructors

FluidCoins({required String apiKey})
Class instance.
const

Properties

apiKey String
The api key.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(BuildContext context, {required String email, required int amount, String name = '', String phone = '', String reference = '', Map<String, dynamic> metadata = const {}, Widget? errorWidget}) Future<FluidResponse?>
Opens the fluidcoins widget.
toString() String
A string representation of this object.
inherited

Operators

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