init method

Future init()

Initialize class

Implementation

Future init() async {
  _initDio();
  await setDeviceMeta();
  await _setDioHeaders();
}