Skip to main content

pluginPrototypeData property

Map pluginPrototypeData

read / write

Maps the feature names with their proper Icon and Page.

icon contains the IconData corresponding to plugin's icon. page contains the corresponding page to be displayed. Name of the feature provided by the admin must exactly match with the. name stored here.

Implementation

Map<dynamic, dynamic> pluginPrototypeData = {};