clearNotifications method
Clears all notifications for the application.
Implementation
Future<void> clearNotifications() async {
return await _module.channel.invokeMethod('push#clearNotifications');
}
Clears all notifications for the application.
Future<void> clearNotifications() async {
return await _module.channel.invokeMethod('push#clearNotifications');
}