NyBaseApiService constructor

NyBaseApiService(
  1. BuildContext? context
)

Implementation

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