Skip to main content

FetchPluginList class

<p>This class fetch plugins list.</p>

Constructors

FetchPluginList ()

Constructor of the class.

Properties

boxBox

late initialize the box.
<span class="feature">read / write</span>

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

fetchList() Future<void>

Fetches plugins from server and stores them in Hive <code>pluginBox</code>.

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>