instance property
PaymentService
get
instance
Singleton instance
Implementation
static PaymentService get instance {
_instance ??= PaymentService._internal();
return _instance!;
}
Singleton instance
static PaymentService get instance {
_instance ??= PaymentService._internal();
return _instance!;
}