unregisterFromAllTopics static method

Future<void> unregisterFromAllTopics()

Unregister the current device from all topics it is registred to.

@returns A future that completes once the registration is successful.

Implementation

static Future<void> unregisterFromAllTopics() async =>
    MBPush.unregisterFromAllTopics();