NyBaseApiService constructor

NyBaseApiService(
  1. BuildContext? context
)

Implementation

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