ExampleAlbumHelper constructor

ExampleAlbumHelper({
  1. required AppModel app,
  2. required String memberId,
  3. required String examplePhoto1AssetPath,
  4. required String examplePhoto2AssetPath,
})

Implementation

ExampleAlbumHelper({
  required this.app,
  required this.memberId,
  required this.examplePhoto1AssetPath,
  required this.examplePhoto2AssetPath,
});