instance property

LokotroPaymentService get instance

Get singleton instance

Implementation

static LokotroPaymentService get instance {
  _instance ??= LokotroPaymentService._internal();
  return _instance!;
}