stopNotification method

Future<void> stopNotification()

Implementation

Future<void> stopNotification() async {
  return _stopNotification();
}