updateShouldNotify method
bool
updateShouldNotify(
- AsyncValue<
CameraController?> old, - AsyncValue<
CameraController?> current
inherited
Whether to notify listeners or not when state
changes
Implementation
@protected
bool updateShouldNotify(
T old,
T current,
) =>
!identical(old, current);