showNativeNotification method
Show a native OS notification.
Implementation
@override
Future<void> showNativeNotification(
String title,
String body, {
String? icon,
bool sound = false,
}) async {
// In a real Flutter web app this would use the Notification API.
}