H5ShowAdFn typedef
H5ShowAdFn =
void Function()
The type of the showAdFn
function passed to the beforeReward
callback.
This is actually a JSFunction. Do not call outside of the browser.
Implementation
typedef H5ShowAdFn = void Function();