instance property

NimbblCheckoutSDK get instance

Implementation

static NimbblCheckoutSDK get instance {
  _instance ??= NimbblCheckoutSDK._();
  return _instance!;
}