function abstract method

JsValue function(
  1. dynamic func(
    1. List argv
    )
)

Send a dart callback to JS context.

Implementation

JsValue function(Function(List argv) func);