init method

void init()

Implementation

void init() {
  _arSensorController = StreamController();
  _checkLocationPermission();
}