createComment method

void createComment(
  1. Pointer<NativeBindingObject> nativePtr
)

Implementation

void createComment(Pointer<NativeBindingObject> nativePtr) {
  document.createComment(
      BindingContext(document.controller.view, _contextId, nativePtr));
}