createCommentController method

CommentController createCommentController(
  1. String id,
  2. String label
)

Creates a new {@link CommentControllercomment controller} instance.

Implementation

_i3.CommentController createCommentController(
  _i2.String id,
  _i2.String label,
) =>
    _i4.callMethod(
      this,
      'createCommentController',
      [
        id,
        label,
      ],
    );