ApiSport constructor

ApiSport(
  1. BuildContext _context
)

Implementation

ApiSport(BuildContext _context) {
  this._context = _context;
  // _loader = new Loader(_context);
  // _isLoading = true;
  _isShowDialog = true;
}