ApiSellon constructor

ApiSellon()

Implementation

ApiSellon() {
  this._context = Config.navigatorKey.currentContext!;
  // _loader = new Loader(_context);
  _isLoading = true;
  _isShowDialog = true;
}