MoEPushService enum Null safety
Constructors
- MoEPushService()
-
const
Values
- apns → const MoEPushService
- fcm → const MoEPushService
- push_kit → const MoEPushService
- mi_push → const MoEPushService
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MoEPushService> -
A constant List of the values in this enum, in order of their declaration.
[apns, fcm, push_kit, mi_push]