clearToken method

Future<void> clearToken()

Removes the stored FCM token.

Implementation

Future<void> clearToken() async {
  await FirebaseMessagingUtility.instance.clearToken();
}