FirewayService class
The FirewayService class is responsible for providing the latest backend version to the UI.
Constructors
- FirewayService.new(FirewayDataService _firewayDataService)
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
-
getLatestBackendVersion(
) → Future< FirewayVO> - Retrieves the latest backend version by calling the getLatestBackendVersion() method of FirewayDataService. Returns a Future of FirewayVO.
-
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
-
provider
↔ Provider<
FirewayService> -
Provider for the FirewayService class.
It is used to provide instances of FirewayService using Riverpod.
getter/setter pair