MatomoForeverMethod enum Null safety
Matomo server supports both POST and GET HTTP methods. Except for bulk sending which requires POST method.
- Implemented types
Constants
- get → const MatomoForeverMethod
-
The GET HTTP method.
const MatomoForeverMethod(1)
- post → const MatomoForeverMethod
-
The POST HTTP method (default and recommended).
const MatomoForeverMethod(0)
-
values
→ const List<
MatomoForeverMethod> -
A constant List of the values in this enum, in order of their declaration.
const List<
MatomoForeverMethod>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited