instance property

EghlSdk? get instance

get eghl sdk singleton instance

Implementation

static EghlSdk? get instance {
  return _instance;
}