method property

String method
final

The method used for the message.

When the message is sent by the iframe, it should contain the callback. Example: onChange, onImageLinkInsert, etc.

WHen the message is sent by dart, it should contain the summernote method to be called. Example: fullscreen.toggle, reset, etc.

Implementation

final String method;