menu
journify_flutter package
documentation
journify.dart
Journify
getPlugins method
getPlugins method
dark_mode
light_mode
getPlugins
method
List
<
Plugin
>
getPlugins
(
PluginType
?
ofType
)
Implementation
List<Plugin> getPlugins(PluginType? ofType) { return _timeline.getPlugins(ofType); }
journify_flutter package
documentation
journify
Journify
getPlugins method
Journify class