// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import 'package:flutter_test/flutter_test.dart'; void main() { group('AmplifyAnalyticsPinpoint', () { test('temp placeholder', () async { expect(true, isTrue); }); }); }