Skip to content
Open
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 @@ -7,7 +7,7 @@ import 'package:firebase_messaging_platform_interface/firebase_messaging_platfor

import 'utils.dart';

/// A class representing a notification which has been construted and sent to the
/// A class representing a notification which has been constructed and sent to the
/// device via FCM.
///
/// This class can be accessed via a [RemoteMessage.notification].
Expand Down
Loading