enableAuthService_Pre method

Future<EnableAuthServiceResponse> enableAuthService_Pre(
  1. ServiceCall call,
  2. Future<EnableAuthServiceRequest> request
)

Implementation

$async.Future<$9.EnableAuthServiceResponse> enableAuthService_Pre($grpc.ServiceCall call, $async.Future<$9.EnableAuthServiceRequest> request) async {
  return enableAuthService(call, await request);
}