asFunction<DF extends Function> method Null safety

DF asFunction <DF extends Function>()

Convert to Dart function, automatically marshalling the arguments and return value.

Implementation

external DF asFunction<@DartRepresentationOf("NF") DF extends Function>();