You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/android_alarm_manager/android/src/main/java/io/flutter/plugins/androidalarmmanager/AndroidAlarmManagerPlugin.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public static void registerWith(Registrar registrar) {
50
50
// alarmManagerPluginChannel is the channel responsible for receiving the following messages
51
51
// from the main Flutter app:
52
52
// - "AlarmService.start"
53
-
// - "Alarm.oneShot"
53
+
// - "Alarm.oneShotAt"
54
54
// - "Alarm.periodic"
55
55
// - "Alarm.cancel"
56
56
finalMethodChannelalarmManagerPluginChannel =
@@ -125,7 +125,7 @@ public void onMethodCall(MethodCall call, Result result) {
0 commit comments