FuncCallback<TReturn> typedef
FuncCallback<TReturn> =
TReturn Function()
A callback that takes no arguments and returns a value of type TReturn.
Implementation
typedef FuncCallback<TReturn> = TReturn Function();