detokenize top-level property

DetokenizeDart detokenize
final

Implementation

final detokenize = cactusLib
    .lookup<NativeFunction<DetokenizeNative>>('cactus_detokenize_c')
    .asFunction<DetokenizeDart>();