stopNotifications method

Future<void> stopNotifications()

Implementation

Future<void> stopNotifications() async {
  await _stopNotifications().toDart;
}