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