getAlbumsWithPhotos abstract method

Future<AlbumResponse> getAlbumsWithPhotos(
  1. ServiceCall call,
  2. AlbumRequest request
)

Implementation

$async.Future<$0.AlbumResponse> getAlbumsWithPhotos(
    $grpc.ServiceCall call, $0.AlbumRequest request);