We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd090db commit abbbd66Copy full SHA for abbbd66
example/integration_test/android_id_test.dart
@@ -61,8 +61,8 @@ void main() {
61
testWidgets(
62
'getId should work after hot restart',
63
(WidgetTester tester) async {
64
- // This simulates what happens during development
65
- // The plugin should remain registered
+ // This test verifies that the plugin remains registered and functional
+ // after pumping frames. Note: Hot restart cannot be simulated in integration tests.
66
67
final id = await androidIdPlugin.getId();
68
expect(id, isNotNull);
0 commit comments