WialonSdk constructor Null safety

WialonSdk(
  1. {bool debug = false,
  2. String? sessionId,
  3. String host = 'https://hst-api.wialon.com'}
)

Constructor

Implementation

WialonSdk({
  this.debug = false,
  this.sessionId,
  this.host = 'https://hst-api.wialon.com',
});