NyBaseApiService constructor
NyBaseApiService(
- BuildContext? context
Implementation
NyBaseApiService(BuildContext? context) {
this._context = context;
this.init();
}
NyBaseApiService(BuildContext? context) {
this._context = context;
this.init();
}