getProjectsByGroup abstract method

Future<ProjectList> getProjectsByGroup(
  1. ServiceCall call,
  2. GroupId request
)

Implementation

$async.Future<$0.ProjectList> getProjectsByGroup(
    $grpc.ServiceCall call, $1.GroupId request);