delete abstract method

Future<ProjectResponse> delete(
  1. ServiceCall call,
  2. ProjectRequest request
)

Implementation

$async.Future<$0.ProjectResponse> delete(
    $grpc.ServiceCall call, $0.ProjectRequest request);