We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9662482 commit 816a8a8Copy full SHA for 816a8a8
lib/src/models/enums/social_provider.dart
@@ -58,9 +58,13 @@ class SocialProvider {
58
/// The social provider for Livedoor.
59
static const SocialProvider livedoor = SocialProvider._('livedoor');
60
61
- /// The social provider for Messenger.
+ /// The social provider for Microsoft Messenger.
62
+ @Deprecated('Use SocialProvider.microsoft instead.')
63
static const SocialProvider messenger = SocialProvider._('messenger');
64
65
66
+ static const SocialProvider microsoft = SocialProvider._('microsoft');
67
+
68
/// The social provider for mixi.
69
static const SocialProvider mixi = SocialProvider._('mixi');
70
0 commit comments