onFrameDataChanged property Null safety
A callback that is invoked when the window updates the FrameData.
Implementation
VoidCallback? get onFrameDataChanged => platformDispatcher.onFrameDataChanged;
Implementation
set onFrameDataChanged(VoidCallback? callback) {
platformDispatcher.onFrameDataChanged = callback;
}