Skip to content

Commit 111e903

Browse files
committed
style: reformat deprecated annotation
1 parent f9b01d7 commit 111e903

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/src/liveactivities.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ class OneSignalLiveActivities {
1919
/// Indicate this device has exited a live activity, identified within OneSignal by the [activityId].
2020
///
2121
/// Only applies to iOS.
22-
@Deprecated('This API is no longer supported and will be removed in a future release.')
22+
@Deprecated(
23+
'This API is no longer supported and will be removed in a future release.')
2324
Future<void> exitLiveActivity(String activityId) async {
2425
if (defaultTargetPlatform == TargetPlatform.iOS) {
2526
return await _channel.invokeMethod(

0 commit comments

Comments
 (0)