menu
cln_plugin_api package
documentation
cln_plugin.dart
Plugin
hooks property
hooks property
dark_mode
light_mode
hooks
property
HashMap
<
String
,
RPCHook
>
hooks
getter/setter pair
All the hooks where the plugin is subscribed.
Implementation
HashMap<String, RPCHook> hooks = HashMap();
cln_plugin_api package
documentation
cln_plugin
Plugin
hooks property
Plugin class