commit method

Future<AlbumOre> commit(
  1. Album album
)

Implementation

Future<AlbumOre> commit(Album album) => onCommit(album, album.src!);