import 'package:flutter/foundation.dart'; /// Abstract class that all the plguin classes extend abstract class Plugins { const Plugins(); /// Provides the JS and CSS tags to be inserted inside
. Only used for Web String getHeadString(); /// Provides the toolbar option for the plugin String getToolbarString(); } /// Summernote @ Mention plugin - adds a dropdown to select the person to mention whenever /// the '@' character is typed into the editor. The list of people to mention is /// drawn from the [getSuggestionsMobile] (on mobile) or [mentionsWeb] (on Web) /// parameter. You can detect who was mentioned using the [onSelect] callback. /// /// README available [here](https://github.com/team-loxo/summernote-at-mention) class SummernoteAtMention extends Plugins { /// Function used to get the displayed suggestions on mobile final List