UpdateShouldNotify<T> typedef

UpdateShouldNotify<T> = bool Function(T liveStream, _LiveStreamProvider<LiveStream> oldWidget)

Function used to customize the update policy

Implementation

typedef UpdateShouldNotify<T> = bool Function(
    T liveStream, _LiveStreamProvider oldWidget);