Skip to content

Commit

Permalink
Update document comment
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Aug 1, 2023
1 parent d96da11 commit c6a4a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/gal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ final class Gal {
static Future<void> putImageBytes(Uint8List bytes) async =>
_voidOrThrow(() async => GalPlatform.instance.putImageBytes(bytes));

/// Open the default gallery app.
/// Open gallery app.
///
/// In Android API -23, open gallery/pictures. Otherwise, gallery/
/// If there are multiple gallery apps, a picker may be displayed.
static Future<void> open() async => GalPlatform.instance.open();

/// Check if the app has access permissions.
Expand Down

0 comments on commit c6a4a10

Please sign in to comment.