createCommentController method
Creates a new {@link CommentControllercomment controller} instance.
Implementation
_i3.CommentController createCommentController(
_i2.String id,
_i2.String label,
) =>
_i4.callMethod(
this,
'createCommentController',
[
id,
label,
],
);