Allow to get scribePromptUrl from LinagoraEcosystem
This commit is contained in:
+1
@@ -28,6 +28,7 @@ class LinagoraEcosystemConverter {
|
||||
LinagoraEcosystemIdentifier.linShare: AppLinagoraEcosystem.deserialize,
|
||||
LinagoraEcosystemIdentifier.mobileApps: MobileAppsLinagoraEcosystemConverter.deserialize,
|
||||
LinagoraEcosystemIdentifier.paywallURL: ApiUrlLinagoraEcosystem.deserialize,
|
||||
LinagoraEcosystemIdentifier.scribePromptUrl: ApiUrlLinagoraEcosystem.deserialize,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
+1
@@ -12,6 +12,7 @@ class LinagoraEcosystemIdentifier with EquatableMixin {
|
||||
static final twakeSync = LinagoraEcosystemIdentifier('Twake Sync');
|
||||
static final linShare = LinagoraEcosystemIdentifier('LinShare');
|
||||
static final paywallURL = LinagoraEcosystemIdentifier('paywallUrlTemplate');
|
||||
static final scribePromptUrl = LinagoraEcosystemIdentifier('scribePromptUrl');
|
||||
|
||||
final String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user