EndOfFrameCallback typedef

EndOfFrameCallback = FutureOr<void> Function(BuildContext context)

Function signature for a callback that is called when the end of the frame is reached.

Implementation

typedef EndOfFrameCallback = FutureOr<void> Function(BuildContext context);