onChange method

Stream? onChange({
  1. bool type = true,
})

Implementation

Stream? onChange({bool type = true}) {
  throw UnimplementedError('onChange() has not been implemented.');
}