dispose method

Future<void> dispose()

Disposes of the notification utility resources.

Implementation

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