instance property

SessionApiManger get instance

Implementation

static SessionApiManger get instance {
  return getIt.registerSingletonIfNotFound(SessionApiManger());
}