instance property
Stripe?
get
instance
Implementation
static Stripe? get instance {
if (_instance == null) {
throw Exception(
"Attempted to get instance of Stripe without initialization");
}
return _instance;
}