We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67766b9 commit 0ee252cCopy full SHA for 0ee252c
packages/firebase_vertexai/firebase_vertexai/example/lib/pages/audio_page.dart
@@ -51,7 +51,7 @@ class _AudioPageState extends State<AudioPage> {
51
}
52
53
final dir = Directory(
54
- '${(await getApplicationDocumentsDirectory()).path}/libs/recordings');
+ '${(await getApplicationDocumentsDirectory()).path}/libs/recordings',);
55
56
// ignore: avoid_slow_async_io
57
if (!await dir.exists()) {
0 commit comments