orientationStream property
Implementation
@override
Stream<OrientationData> get orientationStream {
_orientCtrl ??= StreamController<OrientationData>.broadcast();
return _orientCtrl!.stream;
}
@override
Stream<OrientationData> get orientationStream {
_orientCtrl ??= StreamController<OrientationData>.broadcast();
return _orientCtrl!.stream;
}