onCameraStatusChanged method

void onCameraStatusChanged()

Implementation

void onCameraStatusChanged() {
  _updateTimestamp = DateTime.now().microsecondsSinceEpoch;

  notifyListeners();
}