deleteAPIKey abstract method

Future<DeleteAPIKeyResponse> deleteAPIKey(
  1. ServiceCall call,
  2. DeleteAPIKeyRequest request
)

Implementation

$async.Future<$1.DeleteAPIKeyResponse> deleteAPIKey(
    $grpc.ServiceCall call, $1.DeleteAPIKeyRequest request);