viewWithPagination abstract method

Future<NotesServicePaginationResponse> viewWithPagination(
  1. ServiceCall call,
  2. NotesServicePaginationReq request
)

Implementation

$async.Future<$0.NotesServicePaginationResponse> viewWithPagination(
    $grpc.ServiceCall call, $0.NotesServicePaginationReq request);