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