onCameraStatusChanged method
void
onCameraStatusChanged()
Implementation
void onCameraStatusChanged() {
_updateTimestamp = DateTime.now().microsecondsSinceEpoch;
notifyListeners();
}
void onCameraStatusChanged() {
_updateTimestamp = DateTime.now().microsecondsSinceEpoch;
notifyListeners();
}