enableService_Pre method

Future<Operation> enableService_Pre(
  1. ServiceCall $call,
  2. Future<EnableServiceRequest> $request
)

Implementation

$async.Future<$1.Operation> enableService_Pre($grpc.ServiceCall $call,
    $async.Future<$0.EnableServiceRequest> $request) async {
  return enableService($call, await $request);
}