From 85ce37bd5dd1124ec07b5dcad9ad57f44a77c43b Mon Sep 17 00:00:00 2001 From: Midori Date: Wed, 16 Aug 2023 20:29:15 +0900 Subject: [PATCH] Remove comments --- lib/src/gal.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/src/gal.dart b/lib/src/gal.dart index 7417c7f1..381babaf 100644 --- a/lib/src/gal.dart +++ b/lib/src/gal.dart @@ -4,9 +4,6 @@ import 'package:gal/src/gal_platform.dart'; /// Main class of gal. /// -/// NOTE: For Android emulators with API < 29 will save media -/// on the SD card. Therefore, be sure to set the SD card. You can ignore -/// this for real devices. /// See: [wiki](https://github.com/natsuk4ze/gal/wiki) @immutable final class Gal {