MobilePay constructor

MobilePay()

Implementation

factory MobilePay() {
  _instance ??= MobilePay._create();
  return _instance!;
}