Api constructor
Api({
- BuildContext? context2,
Implementation
Api({BuildContext? context2}) {
// this._context = context2;
// _loader = new Loader(_context);
// _isLoading = true;
_isShowDialog = true;
}