chooseAlbum property

String get chooseAlbum

Choose from the album

Implementation

String get chooseAlbum {
  return Intl.message(
    'Choose from the album',
    name: 'chooseAlbum',
    desc: '',
    args: [],
  );
}