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 271d16f commit 3786350Copy full SHA for 3786350
packages/analytics/amplify_analytics_pinpoint_dart/lib/src/analytics_plugin_impl.dart
@@ -322,8 +322,8 @@ class AmplifyAnalyticsPinpointDart extends AnalyticsPluginInterface {
322
await _eventStorageAdapter.close();
323
}
324
325
- @visibleForTesting
326
/// Retrieve the stored pinpoint endpoint id
+ @visibleForTesting
327
static Future<String> retrieveEndpointId({
328
required String pinpointAppId,
329
required SecureStorageInterface store,
0 commit comments