Nobitex constructor

Nobitex({
  1. String basePath = 'api.nobitex.ir',
})

Constructor of the API wrapper for communication.

Implementation

Nobitex({this.basePath = 'api.nobitex.ir'});