HealthService class

The service that handles the Health APIs.

Usually shouldn't be initialized manually and instead PocketBase.health should be used.

Constructors

HealthService(PocketBase client)

Properties

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

Methods

check({Map<String, dynamic> query = const {}, Map<String, String> headers = const {}}) Future<HealthCheck>
Checks the health status of the api.
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