stopNotifications method

Future<void> stopNotifications()

Implementation

Future<void> stopNotifications() async {
  await _channel.invokeMethod('stopNotifications');
}