OnEventUpdatedCallback
void OnEventUpdatedCallback = void Function([List](https://api.flutter.dev/flutter/dart-core/List-class.html) events)
Implementation
typedef OnEventUpdatedCallback = void Function(List<dynamic> events);
void OnEventUpdatedCallback = void Function([List](https://api.flutter.dev/flutter/dart-core/List-class.html) events)
typedef OnEventUpdatedCallback = void Function(List<dynamic> events);