NkHttpService constructor

NkHttpService(
  1. String? baseUrl
)

Implementation

NkHttpService(String? baseUrl) {
  _baseUrl = baseUrl;
}