ApiGameSellon constructor

ApiGameSellon(
  1. BuildContext _context
)

Implementation

ApiGameSellon(BuildContext _context) {
  this._context = _context;
  _isShowDialog = true;

}