MPushApi class

The class that handles api calls to MPush

Constructors

MPushApi()

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

apiToken String
The api token of the MPush project
getter/setter pair

Static Methods

registerDevice(String token) Future<void>
Register a device token.
registerToTopics(List<MPTopic> topics) Future<void>
Register the current device to an array of topics.
unregisterFromAllTopics() Future<void>
Unregister the current device from all topics it is registred to.
unregisterFromTopics(List<String> topics) Future<void>
Unregister the current device from an array of topics, the topics are matched using the code of the topic.