new: support msg push
This commit is contained in:
@@ -447,6 +447,12 @@ abstract class S {
|
||||
/// **'Found {count} update'**
|
||||
String foundNUpdate(Object count);
|
||||
|
||||
/// No description provided for @getPushTokenFailed.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Can\'t fetch push token'**
|
||||
String get getPushTokenFailed;
|
||||
|
||||
/// No description provided for @go.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -765,6 +771,12 @@ abstract class S {
|
||||
/// **'Private Key'**
|
||||
String get privateKey;
|
||||
|
||||
/// No description provided for @pushToken.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Push token'**
|
||||
String get pushToken;
|
||||
|
||||
/// No description provided for @pwd.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user