listener property

(dynamic Function(RemoterMutationData<T> oldState, RemoterMutationData<T> newState)?) listener
final

Listener function that receives updates of data

Implementation

final Function(
  RemoterMutationData<T> oldState,
  RemoterMutationData<T> newState,
)? listener;