Providers class

Provides a centralized way to manage all providers.

This class holds a list of all providers and initializes them with an instance of ParodiaHTTP. It ensures that the providers are only initialized once.

Constructors

Providers()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

isInitialized bool
no setter
providers List<SingleChildWidget>
no setter

Static Methods

init(ParodiaHTTP http) → dynamic
Initializes all providers with an instance of ParodiaHTTP.