instance property

LokotroEWalletService get instance

Get singleton instance

Implementation

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