Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ abstract class WindowsNotificationsBase
int id,
String xml,
TZDateTime scheduledDate,
WindowsNotificationDetails? details,
);

/// Updates the progress bar in the notification with the given ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ class FlutterLocalNotificationsWindows extends WindowsNotificationsBase {
int id,
String xml,
TZDateTime scheduledDate,
WindowsNotificationDetails? details,
) async =>
using((Arena arena) {
if (!_isReady) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class FlutterLocalNotificationsWindows extends WindowsNotificationsBase {
int id,
String xml,
TZDateTime scheduledDate,
WindowsNotificationDetails? details,
) async {}

@override
Expand Down
Loading