Skip to content

Commit 816a8a8

Browse files
committed
deprecate messenger in favor of microsoft
1 parent 9662482 commit 816a8a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/src/models/enums/social_provider.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ class SocialProvider {
5858
/// The social provider for Livedoor.
5959
static const SocialProvider livedoor = SocialProvider._('livedoor');
6060

61-
/// The social provider for Messenger.
61+
/// The social provider for Microsoft Messenger.
62+
@Deprecated('Use SocialProvider.microsoft instead.')
6263
static const SocialProvider messenger = SocialProvider._('messenger');
6364

65+
/// The social provider for Microsoft Messenger.
66+
static const SocialProvider microsoft = SocialProvider._('microsoft');
67+
6468
/// The social provider for mixi.
6569
static const SocialProvider mixi = SocialProvider._('mixi');
6670

0 commit comments

Comments
 (0)