init method

  1. @override
void init()
override

Starts listening to the underlying sensors and location updates.

Implementation

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