createAPIKey abstract method

Future<CreateAPIKeyResponse> createAPIKey(
  1. ServiceCall call,
  2. CreateAPIKeyRequest request
)

Implementation

$async.Future<$1.CreateAPIKeyResponse> createAPIKey(
    $grpc.ServiceCall call, $1.CreateAPIKeyRequest request);