StartAppSdk constructor

StartAppSdk()

It's safe to call this constructor several time, it returns singleton instance.

Implementation

factory StartAppSdk() {
  return _instance;
}